Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

How to generate a sse4.2 popcnt machine instruction

C bit operations / copy one bit from one byte to another byte

c bit-manipulation

What are the first 32 bits of the fractional part of this float?

Why does (1 >> 0x80000000) == 1?

c bit-manipulation

How in swift to convert Int16 to two UInt8 Bytes

swift bit-manipulation

Fast way of finding most and least significant bit set in a 64-bit integer

Bitshifting in Java

java bit-manipulation shift

Get an array of the bit positions within a 64-bit integer

Improve this PHP bitfield class for settings/permissions?

Decimal to Binary

How do uppercase and lowercase letters differ by only one bit?

Branchless code that maps zero, negative, and positive to 0, 1, 2

Compact a hex number

c++ bit-manipulation sse

How many years of millisecond timestamps can be represented by 41 bits?

Fast nearest power of 2 in JavaScript?

In Java, when using bitshifts, why does 1 << 32 != 1 << 31 << 1?

java bit-manipulation

Finding the exponent of n = 2**x using bitwise operations [logarithm in base 2 of n]

Bitwise operator advantages in StringBuilder

C/C++ Bit Twiddling

c++ c bit-manipulation

Fastest way to compare bitsets (< operator on bitsets)?