Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Performant way to tag a number on JavaScript, using its less significant bit?

Gold Rader bit reversal algorithm

Is there any way to reverse this bitwise funtion?

Isolating bits and flattening them [duplicate]

c++ bit-manipulation

How to determine the number of similar bits?

Faster bit reading?

c++ 64-bit bit-manipulation

Bitwise commands such as Bitor with many inputs?

matlab bit-manipulation

Can the xor-swap be extended to more than two variables?

counting bits across multiple integers... is there a faster way?

Approach for reading arbitrary number of bits in swift

How does this min() function work?

c++ c bit-manipulation

Is it safe to access (read) a bit from a bitset (C++) which may be modified by a different thread

How do I extract 32 x 4-bit integer from 16 x 8-bit __m128i value

x86 bit-manipulation sse simd

Is there a trivial way to get the 2's complement of an std::bitset<N>

CRC (cyclic redundancy check) Understanding an Optimization

Powershell bitwise comparison for robocopy exit codes

How to work with bit operations in Swift?

swift bit-manipulation

Extract bits with SIMD

Produce solutions of k & x = k in range (0,n)

How do I test if a bitwise enum contains any values from another bitwise enum in C#?

c# .net enums bit-manipulation