CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
avx2
09-05
Mobile
Quickest way to shift/rotate byte vector with SIMD
08-24
database
Efficient transpose of 2D nibble matrix?
07-26
Software engineering
Is uops.info wrong about vinserti128?
07-06
database
Does icc -xCORE-AVX2 force the non-utilisation of AVX512 instructions on Xeon Gold if -O3 is on?
06-11
OS
AVX2 - storing integers at arbitrary indices in an array
06-05
OS
Is vfmadd132pd slow on AMD Zen 3 architecture?
06-04
front end
How to set all the values in AVX ymm register to be the same (all are 0/1/specific value)?
05-30
Enterprise
Best way to mask a single bit in AVX2?
05-24
Enterprise
Multiplication of complex numbers using AVX2 FMA3
05-24
Mobile
Multiplication of complex numbers using AVX2
05-19
Software design
overflow instead of saturation on 16bit add AVX2
05-04
Software design
How to create a left-packed vector of indices of the 0s in one SIMD vector?
04-10
Back-end
Why does gcc -march=znver1 restrict uint64_t vectorization?
03-23
Net
Is there a fast way to convert a string of 8 ASCII decimal digits into a binary number?
03-22
front end
Is there a fast way to pack multiple digits into a number?
12-24
Software design
AVX2: CountTrailingZeros on 8 bit elements in AVX register
12-07
OS
Is there an simd/avx instruction to return a u8 mask for every 32 bit lane that isn't 0
11-05
Net
How to vectorise int8 multiplcation in C (AVX2)
Links:
CodePudding