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 simd
AVX2 narrowing conversion, from uint16_t to uint8_t
Jun 30, 2026
simd
avx
avx2
narrowing
How to prevent compilers from "optimizing" SIMD constants to lookup tables?
Jun 30, 2026
c++
visual-c++
x86
clang
simd
Understanding Java 17 Vector slowness and performance with pow operator
Jun 29, 2026
java
performance
vectorization
simd
java-17
Test if any byte in an xmm register is 0
Jun 27, 2026
string
assembly
x86
simd
sse2
How to optimize cell-width measuring with SIMD (find the first column to have a non-zero byte in an 8x8 block of bytes)
Jun 26, 2026
c
x86-64
simd
sse
avx
8x8 float32_t Matrix multiplication using ARM NEON is slower?
Jun 27, 2026
arm
matrix-multiplication
simd
neon
How to floor/int in double using only SSE2?
Jun 24, 2026
c++
simd
truncate
intrinsics
sse2
How to count character occurrences using SIMD
Jun 23, 2026
c
simd
avx
avx2
neon assembly vector instructions that affect flags
Jun 22, 2026
assembly
simd
neon
Is there a way to convert an integer to 1 if it is >= 1 without using any relational operator?
Jun 21, 2026
c
math
boolean
logical-operators
simd
Mathematical functions for SIMD registers
Jun 20, 2026
gcc
simd
avx
Why can't the Rust compiler auto-vectorize this FP dot product implementation?
Jun 14, 2026
rust
floating-point
simd
auto-vectorization
fast-math
What exactly do the gcc compiler switches (-mavx -mavx2 -mavx512f) do?
Jun 14, 2026
gcc
simd
avx
instruction-set
avx512
Optimizing multiplication of elements 2^x-1
Jun 11, 2026
c
simd
avx
How to optimize a test to check if std::array<float, 4> contains an out of range value?
Jun 09, 2026
c++
assembly
optimization
simd
intrinsics
How to vectorize a 3x3 2D convolution?
Jun 06, 2026
opencl
vectorization
simd
How to disable only SIMD auto-vectorization optimization in Visual Studio 2015 (for C++)?
Jun 06, 2026
visual-studio
compilation
vectorization
simd
Any chance to accelerate recurrent code with SIMD?
Jun 04, 2026
c++
performance
vectorization
simd
avx2
Older Entries »