Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Counting the number of leading zeros in a 128-bit integer

c++ gcc bit-manipulation sse

FInd the minimum number of switches to turn on all bulbs

C# Enum.HasFlag vs. Bitwise AND Operator Check

Why and 1 ( &1) bitwise operation always return 0 or 1

Bitwise equality

C#: How to bit shift hexadecimal digits

c# bit-manipulation hex

Using logical bitshift for RGB values

Shifting by Negative Numbers

How can I turn an odd number even, or vice versa, in Motorola 68000 Assembly?

C how to read in a single bit from a file

1 << 31 cannot be represented by type 'int'?

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