Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sse

Aligned member variables and dynamic allocation

c++ c++11 sse

How to load 16 x 8 bit integer using SSE2

x86 sse simd sse2

SSE intrinsics to copy bytes within a register

c++ c sse simd intrinsics

What does the Streaming stand for in Streaming SIMD Extensions (SSE)?

Check that at least 1 element is true in each of multiple vectors of compare results - horizontal OR then AND

sse simd intrinsics altivec spu

Fast Image Manipulation using SSE instructions?

gcc image-manipulation sse

SSE cumulative summing

c++ performance sse

Passing types containing SSE/AVX values

bitpack ascii string into 7-bit binary blob using SIMD

c ascii simd sse intrinsics

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