List Question
20 TechQA 2024-03-30T21:47:04.273000Vector by Scalar Division with -ffast-math
30 views
Asked by bockyboh
SIMD method to get all consecutive sums of 4 or 8 DWORD integers (prefix-sum within each vector)
20 views
Asked by dodexahedron
Can std::replace implementation make redundant writes to the passed array?
255 views
Asked by Alex Guteniev
How does MSVC avoid mixing SSE and AVX?
72 views
Asked by Alex Guteniev
"Simple" Vector SIMD operations in Assembly ( v1 + v2 -> v3 ) called from C#
85 views
Asked by nimo
Grayscale filter in assembly doesn't work on smaller images
354 views
Asked by Filip Rudy
Parsing integers from string using SIMD
121 views
Asked by works
Why is it quicker to calculate the reciprocal square root than to compute the square root?
55 views
Asked by Sea Erchin
`_mm_pow_ps `and similar functions are not recognized
25 views
Asked by someone
Intel xmm registers do not load and multiply correctly
40 views
Asked by dash-
Are there several same-effect instructions in SSE/AVX?
58 views
Asked by wangjianyu
SSE Instruction to load Bytes with Zero Extension?
167 views
Asked by Diana
Unexpected Output While std::cout float32 data twice, which previously swapped by _mm_shuffle_pi16
109 views
Asked by KSroido
x86 Intrinsic : FIR for complex float input
63 views
Asked by Zvi Vered
How to vectorize a vector-matrix product with SSE?
187 views
Asked by Mojtaba Sayari
dst[i] eqaul src[i] multiply by dst[i-1] in avx or sse
61 views
Asked by lee web
How can I do efficiently bitwise majority voting on 3, 5, 7, 9 inputs with SSE/SSE2/AVX/...?
374 views
Asked by Philipp Gühring
Handling data too narrow for the SIMD loop?
74 views
Asked by martona
SSE: Counter in a loop
269 views
Asked by Juha P
No Speedup in Float Multiply with Rust SSE Intrinsics
99 views
Asked by John Stanford