Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Quick integer logarithm for special case

Bitwise Manipulation Functions [duplicate]

Minimum size implementation for bool array

c++ bit-manipulation

How can an (int) be converted to (unsigned int) while preserving the original bit pattern?

c casting bit-manipulation

Bit manipulation for __int128

c++ bit-manipulation

How does the `test` instruction work?

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