Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Keep every n-th bits and collapse them in the least significant bits

bit-manipulation

How to right rotate a 64-bit value efficiently in 32-bit ARM assembler?

gcc weird behaviour with bitwise operations

c gcc bit-manipulation

How can I elegantly take advantage of ARM instructions like REV and RBIT when writing C code?

java bitwise operators and the equal character; compound operators

Set the leading zero bits in any size integer C++

Efficiently dividing unsigned value by a power of two, rounding up

How can I set all bits to '1' in a binary number of an unknown size?

bit-manipulation

Optimal Selection for minimum total sum

Finding all combinations of longs with certain bits set

java bit-manipulation poker

how to handle timestamp_16 in Garmin devices?

Find first bit, find last bit assembly using bsf, blf

Applying bitwise or operator to decimal in c#

c# decimal bit-manipulation

Replacing "==" with bitwise operators

c binary bit-manipulation

No intrinsics for x86 BMI instructions BLSI & BLSR in Clang?

Pack/unpack short into int

How can I check my byte flag, verifying that a specific bit is at 1 or 0?

c math binary bit-manipulation

Why does OR 0 round numbers in Javascript?

Change XOR to XNOR

Avoid unnecessary mov ecx, ecx instruction in bzhi(y, tzcnt(x))