Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sse

Should I use SIMD or vector extensions or something else?

c++ gcc sse simd

Choice between aligned vs. unaligned x86 SIMD instructions

x86 sse simd avx avx512

SSE multiplication of 4 32-bit integers

x86 sse simd multiplication sse2

SSE: Difference between _mm_load/store vs. using direct pointer access

x86 sse simd

inlining failed in call to always_inline ‘_mm_mullo_epi32’: target specific option mismatch

c cmake x86 sse simd

Fast dot product of a bit vector and a floating point vector

Get member of __m128 by index?

c++ clang sse simd intrinsics

difference between MMX and XMM register?

assembly x86 x86-64 sse mmx

print a __m128i variable

c assembly sse simd intrinsics

Benefits of x87 over SSE

x86 x86-64 sse fpu x87

Newton Raphson with SSE2 - can someone explain me these 3 lines

c++ c math sse newtons-method

How to implement atoi using SIMD?

c++ x86 sse simd atoi

Using SSE instructions

Why is my hand-tuned, SSE-enabled code so slow?

c++ optimization opencv sse

What are the best instruction sequences to generate vector constants on the fly?

assembly x86 sse simd avx

best cross-platform method to get aligned memory

Can one construct a "good" hash function using CRC32C as a base?

hash intel sse crc32

Are different mmx, sse and avx versions complementary or supersets of each other?

x86 sse avx mmx

SSE instructions: which CPUs can do atomic 16B memory operations?

Difference between MOVDQA and MOVAPS x86 instructions?

assembly x86 sse simd mov intel