Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Most efficient way to find 1s in a binary word?

Order of precedence in sequential XOR operations

Fastest way to split a word into two bytes

How to interleave 2 booleans using bitwise operators?

set individual bit in AVX register (__m256i), need "random access" operator

Given two 32-bit numbers, N and M, and two bit positions, i and j. Write a method to set all bits between i and j in N equal to M

Is there a formula to find the numbers of bits for either exponent or significant in a floating point number?

How to compute one's complement using Ruby's bitwise operators?

Replace branch statements by bit-shifting operations

Bit manipulation, permutate bits

c++ bit-manipulation

bitwise shifiting question

c bit-manipulation

fast increase number to be mod 16 in C

why can't you shift a uint16_t [duplicate]

how do i define 24 bit array in c++?

c++ bit-manipulation

How to set the 513th bit of a char[1024] in C?

c arrays char bit-manipulation

equal to operator == can be used to do checking bit ?

Constrain a 16 bit signed value between 0 and 4095 using Bit Manipulation only (without branching)

Flip bits using XOR 0xffffffff or ~ in C++?

Optimising "i = b ? (i | mask) : (i & ~mask)"

How do I compare two longs as unsigned in Java?

java bit-manipulation math