Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

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

How does this bit manipulation work in Java?

Divide a signed integer by a power of 2

c binary bit-manipulation

What's the best way to convert from network bitcount to netmask?

Bitwise XOR operator in JavaScript

Determining a string has all unique characters without using additional data structures and without the lowercase characters assumption

What does the C compiler do with bitfields?

Java bitwise operation Vs BigInteger

java bit-manipulation

XOR on contiguous subarrays of an array

Count leading zero bits for each element in AVX2 vector, emulate _mm256_lzcnt_epi32

C/C++ Code to treat a character array as a bitstream

Do bitwise operations distribute over addition?