Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Can storing unrelated data in the least-significant-bit of a pointer work reliably?

Fast branchless max for unsigned integers

Bitwise shift to generate all possible permutations in C [duplicate]

Implementing "logical not" using less than 5 bitwise operators

Simplify (A & B) && !(A & C)

C question: off_t (and other signed integer types) minimum and maximum values

How to efficiently read bits out of bytes?

Why does the 0x55555556 divide by 3 hack work?

Rounded division by power of 2

How can I bitwise XOR two C char arrays?

Templatized branchless int max/min function

Emulating variable bit-shift using only constant shifts?

Is it possible to check if any of 2 sets of 3 ints is equal with less than 9 comparisons?

Fastest way to get last significant bit position in a ulong (C#)?

Optimization chance for following Bit-Operations?

Why is (-1 >>> 32) = -1? [duplicate]

Create a mask that marks the most significant set bit, using only bitwise operators

c bit-manipulation

SIMD signed with unsigned multiplication for 64-bit * 64-bit to 128-bit

Bit twiddling for checking whether a number is in particular range

How does BitConverter.ToInt32 work?

c# bit-manipulation