Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Bit-reverse a byte on 68HC12

High Order Bits - Take them and make a uint64_t into a uint8_t

MySQL bitwise operations, bloom filter

mysql bit-manipulation

Perl bitwise AND giving me funky results

Fast average without division

Store an int in a char buffer in C and then retrieve the same

How to set bits of a bit vector efficiently in parallel?

Extracting Values Across Byte Boundaries With Arbitrary Bit Positions and Lengths In C#

Bit operation used in a for loop

C++ Why bitwise operator ~ on uint64_t and uint8_t return different types?

Bit wise shift operator with shift by negative number

java bit-manipulation

Bit mask in Bash

Is there another way to test Enum bit fields?

c# enums bit-manipulation

C# EF Linq bitwise question

Efficient way to set first N or last N bits of __m256i to 1, the rest to 0

Bitwise operations in BC?

binary bit-manipulation bc

Does using bitwise not operator (~) on boolean values invoke Undefined Behavior?

Weird result of Java Integer left shift

What is n= n ^1U<<i?

Overwriting a range of bits in an integer in a generic way