List Question
20 TechQA 2023-12-09T00:04:29.250000Speed up strlen using SWAR in x86-64 assembly
277 views
Asked by HeapUnderStop
How to check if a register contains a zero byte without SIMD instructions
334 views
Asked by HeapUnderStop
Add two vectors (uint64_t type) with saturation for each int8_t element
311 views
Asked by Umbra
SIMD-within-a-register version of min/max
485 views
Asked by swineone
Fastest way to find 16bit match in a 4 element short array?
307 views
Asked by AudioBubble
Multiplication of two packed signed integers in one
506 views
Asked by Chayim Friedman
Performantly reverse the order of 16-bit quantities within a 64-bit word
189 views
Asked by Moonchild
bit twiddling to right pack bits
249 views
Asked by Vic C
How to implement SWAR unsigned less-than?
490 views
Asked by Koz Ross
How to write a SWAR comparison which puts 0xFF in a lane on matches?
213 views
Asked by Koz Ross
SWAR byte counting methods from 'Bit Twiddling Hacks' - why do they work?
425 views
Asked by Koz Ross
Can a register hold multiple values at a time?
2.3k views
Asked by Luke Davis
Subtracting packed 8-bit integers in an 64-bit integer by 1 in parallel, SWAR without hardware SIMD
6k views
Asked by cam-white
Compare 64-bit integers by segments
405 views
Asked by user2961927
How 0x01010101 is equivalent to 1<<24 + 1<<16 + 1<<8 + 1
2.9k views
Asked by sac
How does this algorithm to count the number of set bits in a 32-bit integer work?
7.8k views
Asked by Gaith
How does this color blending trick that works on color components in parallel work?
548 views
Asked by Boann
Signed INT Conversion of MSB ->LSB and LSB->MSB in C++
1.4k views
Asked by Doug