Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Which is the better approach to multiplying two bytes using only bit-shifting and adding?

Bitwise-AND Slower with SIMD than Scalar

x86 XOR opcode differences

bit-shift right-hand operand type

c bit-manipulation

Iterate through all possible floating-point values

When to use parallel counting - MIT HAKMEM for bitcount when memory is an issue?

How can the += operator in C be used to demonstrate that the same array index is used for an array reference?

c bit-manipulation

Represent an int as 2 bytes in Java

java bit-manipulation

create byte array from set of integers

LSB to MSB bit reversal on ARM

arm bit-manipulation neon

rotation of unsigned char by n bits

c bit-manipulation

Bit masking (javascript): how to check ALL flags

Bit swapping O(logN)?

Palindrome Permutation (Cracking the Coding Interview 1.4)

Check if multiple bits are set or cleared

c bit-manipulation

How do I access the state of individual bits of a word in MIPS?

Find if every even bit is set to 0 using bitwise operators

c logic bit-manipulation

How to clear the most significant bit?

c# bit-manipulation

Find all the 2-bit values that match against another binary pattern and then sum them

Bit operations on an arbitrarily large bit-array or number