Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Implementing a bitwise operation using the Interlocked class in .NET

What's the most efficient bit vector compression method for my use case?

Bitwise signed division algorithm in C

Mean of two ints (or longs) without overflow, truncating towards 0

Bitwise memmove

Computing modulus in parallel using bit manipulation

Portable efficient alternative to PDEP without using BMI2?

Why bit-shift in two steps?

How, exactly, do bitwise operators work in Java?

Significance of x & (-x) in 2's Complement?

How to find Bit Difference between two numbers in Javascript

How can I speed up the binary GCD algorithm using __builtin_ctz?

How to swap first 2 consecutive different bits

c++ bit-manipulation

Bitwise rotation (circular shift)

c++ bit-manipulation

Should I use a bit mask when truncating uint64_t to uint8_t[i]?

How to implement arithmetic right shift in C

How to create empty (0x0) image?

How does this color blending trick that works on color components in parallel work?

C++ signed and unsigned int vs long long speed

Packing two shorts into one int, dealing with negative and positive