Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Rounded division by power of 2

How can I bitwise XOR two C char arrays?

Templatized branchless int max/min function

Emulating variable bit-shift using only constant shifts?

Is it possible to check if any of 2 sets of 3 ints is equal with less than 9 comparisons?

Fastest way to get last significant bit position in a ulong (C#)?

Optimization chance for following Bit-Operations?

Why is (-1 >>> 32) = -1? [duplicate]

Create a mask that marks the most significant set bit, using only bitwise operators

c bit-manipulation

SIMD signed with unsigned multiplication for 64-bit * 64-bit to 128-bit

Bit twiddling for checking whether a number is in particular range

How does BitConverter.ToInt32 work?

c# bit-manipulation

Get n Least Significant Bits from an Int

java bit-manipulation

Writing files in bit form to a file in C

Why bit shifting?

c# bit-manipulation

Conditional Statement using Bitwise operators

if (counter & (1<<j)) .what does this statement mean and how it works? [duplicate]

Why this code for addition(using bitwise operation) works in java

Bit hack: Expanding bits

c bit-manipulation

Bitwise shifting array of char's

c bit-manipulation