Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sse

Have different optimizations (plain, SSE, AVX) in the same executable with C/C++

How to optimize C-code with SSE-intrinsics for packed 32x32 => 64-bit multiplies, and unpacking the halves of those results for (Galois Fields)

c optimization x86 sse simd

SSE multiplication of 2 64-bit integers

x86 sse simd multiplication sse2

What does this x86 assembly instruction do (addsd xmm0, ds:__xmm@41f00000000000000000000000000000[edx*8])?

assembly x86 sse

Profiling SIMD Code

c++ c sse simd

How can I set __m128i without using of any SSE instruction?

c++ constants sse simd sse2

sqrt of uint64_t vs. int64_t

SSE2 code optimization

c++ sse simd intrinsics sse2

SSE instructions to add all elements of an array [duplicate]

c++ arrays sse simd sse2

Can counting byte matches between two strings be optimized using SIMD?

c++ optimization x86-64 sse simd

Is __int128_t arithmetic emulated by GCC, even with SSE?

c gcc x86 sse int128

SSE rounds down when it should round up

Most performant way to subtract one array from another

performance delphi x86 sse

Avoiding AVX-SSE (VEX) Transition Penalties

Block Matching optimization using x86/x64 Streaming SIMD Extension

c++ c optimization sse simd

Returning a __m128d from MASM procedure to a C caller

masm sse visual-c++-2013

pthreads v. SSE weak memory ordering

Accepted XX:UseSSE values for Java JVM?

java jvm sse