New posts in bit-manipulation

Is there an elegant way to Invert a Bit value in an SQL insert Statement?

Fast computing of log2 for 64-bit integers

How can I perform multiplication without the '*' operator?

Bitwise operations in PHP?

Bitwise operator for simply flipping all bits in an integer?

Android In App Billing: securing application public key

How to compute a 3D Morton number (interleave the bits of 3 ints)

get absolute value without using abs function nor if statement

Implementing Logical Right Shift in C

warning: left shift count >= width of type

Is there a way to perform a circular bit shift in C#?

PHP function flags, how?

Checking if a bit is set or not

What does a bitwise shift (left or right) do and what is it used for?

Checking flag bits java

How to implement Bitcount using only Bitwise operators?

What's the fastest way to divide an integer by 3?

How to define and work with an array of bits in C?

Is shifting bits faster than multiplying and dividing in Java? .NET? [closed]

What USEFUL bitwise operator code tricks should a developer know about? [closed]