Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sse

Float array to double array and back, quickly

c++ visual-c++ sse

Do I need to use _mm256_zeroupper in 2021?

c++ sse simd intrinsics avx

NASM 64 bit immediate address for movlps gives "dword data exceeds bounds"

x86-64 nasm sse assembly

Can this C loop be optimized further?

c optimization simd sse

Is there a C++ function that returns exactly the value of the built-in CPU operation RSQRTSS for inverse square root?

c++ x86 floating-point sse sqrt

sse segfault on _mm_load_si128

c sse

SSE byte and half word swapping

c x86 sse simd intrinsics

Most insanely fast way to convert 9 char digits into an int or unsigned int

How to use imm8 in SSE?

c++ visual-studio x86 sse simd

SSE intrinsics bit shifting to the right

c++ sse bit-shift intrinsics

how to proper read data vertically from horizontal array?

Using SSE for vector initialzation

c++ vector sse

How to optimize cell-width measuring with SIMD (find the first column to have a non-zero byte in an 8x8 block of bytes)

c x86-64 simd sse avx

Why movaps causes segmentation fault?

_MM_TRANSPOSE4_PS causes compiler errors in GCC?

Why is std::inner_product slower than the naive implementation?