Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in sse
SIMD SSE2 __m128i contains 4 int32_t how to quickly find each integer that bigger or small than 0
May 20, 2026
c
x86
sse
simd
sse2
Initialize __m256i from 64 high or low bits of four __m128i variables
May 20, 2026
c++
sse
simd
avx
avx2
On uint64 to double conversion: Why is the code simpler after a shift right by 1?
May 19, 2026
c++
assembly
x86-64
sse
floating-point-conversion
What is the point of MOVAPS in x86 if it does the same as MOVUPS in modern computers?
May 16, 2026
assembly
x86
sse
Why does adding an xorps instruction make this function using cvtsi2ss and addss ~5x faster?
May 17, 2026
clang
x86-64
cpu-architecture
sse
microbenchmark
Array vs pointer auto-vectorization in gcc
May 17, 2026
c++
gcc
sse
auto-vectorization
C++: How to prevent default constructor using AVX for initialisation
May 11, 2026
c++
constructor
x86
sse
avx
SSE4.1 slower than SSE3 on 4x4 matrix multiplication?
May 10, 2026
c++
matrix
simd
sse
matmul
Load two 64-bit integers into lower & upper xmm, respectively
May 09, 2026
assembly
sse
cpu-registers
Using C union with SSE intrinsics in Cython results in SIGSEGV
May 07, 2026
python
c
cython
sse
Efficiently Set Lowest 64 Bits of YMM Register to Constant
May 05, 2026
optimization
assembly
sse
vectorization
avx
Add uchar values in ushort array with SSE or SSE3
May 04, 2026
c++
c
parallel-processing
sse
ushort
Twice as slow SIMD performance without extra copy
May 02, 2026
assembly
x86-64
simd
sse
amd-processor
SSE - Non-Existant haddsub intrinsic?
May 02, 2026
sse
simd
intrinsics
SSE: How to reduce a _m128i._i32[4] to _m128i._i8
Apr 30, 2026
c++
x86
sse
simd
Is there a way to increase a value in a xmm register?
Apr 28, 2026
assembly
x86
addition
sse
SSE optimisation for a loop that finds zeros in an array and toggles a flag + updates another array
Apr 28, 2026
c++
optimization
x86
sse
simd
What are the names and meanings of the intrinsic vector element types, like epi64x or pi32?
Apr 26, 2026
intel
sse
intrinsics
sse2
mmx
Older Entries »