Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sse

Is there a way to subtract packed unsigned doublewords, saturated, on x86, using MMX/SSE?

What would cause _mm_setzero_si128() to SIGSEGV? [duplicate]

How should I pass SSE data to my functions/operators?

The best way to shift a __m128i?

What is packed and unpacked and extended packed data

g++ SSE intrinsics dilemma - value from intrinsic "saturates"

g++ sse intrinsics

Mapped memory and SSE

Alignment and performance

c++ c linux sse libc

Is there a way to force PMULHRSW to treat 0x8000 as 1.0 instead of -1.0?

Why does gcc add this movss instruction only with _mm_set_ss?

STL unordered_map crashes with __m128 values

stl sse unordered-map

gcc 4.x not supporting x87 FPU math?

linux g++ sse libstdc++ x87

implement _mm256_permutevar8x32_ps using AVX instructions

c++ sse simd avx

implications of using _mm_shuffle_ps on integer vector

sse avx

For XMM/YMM FP operation on Intel Haswell, can FMA be used in place of ADD?

sse avx throughput flops fma

What is the difference between these 128bit SIMD xor operations

simd sse intrinsics sse2

Determine cause of segfault when using -O3?

c++ gdb sse gcc4.9

access violation _mm_store_si128 SSE Intrinsics

intel c++ x86 simd sse intrinsics

Optimizing Array Compaction

algorithm matlab sse simd

How to efficiently perform double/int64 conversions with SSE/AVX?

c++ floating-point sse simd avx