Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

What is the most efficient way of finding the index of the left/right-most unset bit in Java?

Algorithm for bit expansion/duplication?

Long type 64bit linux

c linux bit-manipulation

What are some practical applications of XOR in algorithms [closed]

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?