Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

User role permissions for different modules using bitwise operators

how to create an array of Bitset in c++

Generating bit mask at compile time

Index of second least significant set bit

python bit-manipulation

Bitwise NOT/complement in AVX2 [duplicate]

How To Test PHP Bitwise Function Input Parameters

Create variable width bitmasks (0-32 bits) in JavaScript

How to perform right shift in Y86-64 (or other toy ISAs with ADD + AND but no native right shift)

What is the fastest way for bit operations to calculate a parity?

c bit-manipulation parity

Arithmetic shift to divide by ODD number - Microprogrammed Control

Left shift operation on an unsigned 8 bit integer [duplicate]

How to exchange between 2 bits in a 1-byte number

Bit packing of groups of n repeated bits in a 32-bit word, compact to 1 bit per group

Generating prefix bitmasks

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