Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

A quick cheatsheet on using a bit map to store multiple values

bit-manipulation

Can someone explain ARM bitwise operations to me?

Java and unsigned values

java bit-manipulation

What does the "^=" operator do in this find non-paired number algorithm? [duplicate]

Fast Euclidean division in C

Fastest way to transpose 4x4 byte matrix

Why doesn't the bitwise & operator short-circuit?

Set or Reset a given bit without branching

c bit-manipulation

Splitting an RGB uint into its separate R G B components

Bitshift to multiply by any number

c bit-manipulation

Efficient bitwise operations for counting bits or find the right|left most ones

How can I tell if a number is a multiple of four using only the logic operator AND?

Java bitwise comparison of a byte

java bit-manipulation

Are bitwise operations still practical?

Check if only one single bit is set within an integer (whatever its position)

Integer Byte Swapping in C++

c++ byte bit-manipulation

Standard C++11 code equivalent to the PEXT Haswell instruction (and likely to be optimized by compiler)

What's the fastest way to represent and multiply sparse boolean matrices?

Precise control over texture bits in GLSL