Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Fast way of checking for alignment of in a 6x6 bitboard

Java - Bitwise operations not getting what expected

Bitwise operators order of precedence

Javascript number resets to 0 if bits are shifted too much

Why does bit shifting with a large amount work in C?

Rotate right by n only using bitwise operators in C

c rotation bit-manipulation

Eliminating IF statement using bitwise operators

How can I remove a bit flag in PHP int?

php bit-manipulation flags

Copy bit of one register to another register (x86-64 asm)

Proper way for casting uint16 to int16 in Go

go bit-manipulation uint16

Decrementing a value and wrapping back to a max value without using if statement?

Commutativity of XOR and mod

ARM bit field extract?

arm bit-manipulation

Questions on an implementation of Radix sort in Java

Proper way to do bitwise difference? (python 2.7)

How is svelte making a component dirty

Fastest and most efficient way to find the maximum no. that can be obtained by performing bitwise and on 2 DISTINCT elements of array

c arrays bit-manipulation

Branchless way to map 0 to any nonzero value while leaving other values alone?

Wrong result with bitwise inclusive OR

Why does this hash calculating bit hack work?

rust bit-manipulation