Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Convert an unsigned 16 bit int to a signed 16 bit int in C#

Comparing Bitfields of Different Sizes

How can I check that a bit is set (without bitwise operation)?

"Bitwise AND" in Lua

Convert x >= y into 1 or 0 without branching or Boolean expressions

Generate a random binary number with a variable proportion of '1' bits

Converting 8 bit color into RGB value

Fastest function to set bits to one between two bits in an unsigned integer

Why doesn't left bit shifting by 64 overflow in golang?

Does Go compiler's evaluation differ for constant expression and other expression

Is there an efficient way to get the first non-zero element in an SIMD register using SIMD intrinsics?

How does & bit operator work here?

Any significant performance improvement by using bitwise operators instead of plain int sums in C#?

Interview question: Number of bit swaps required to convert one integer to another

bit-manipulation

Why result of unsigned char << unsigned char is not unsigned char

c++ bit-manipulation

How do bitwise operations work in Python?

python bit-manipulation

Bitwise negation gives unexpected result

java bit-manipulation

Why AND a uint32 value with 0xFFFFFFFF?

c bit-manipulation

C++ - Bit-wise not of uchar produces int

Is there a bit-wise trick for checking the divisibility of a number by 2 or 3?