Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sse

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?

Why is my application not able to reach core i7 920 peak FP performance

c intel sse

How to constexpr initialize intrinsic SSE/AVX register?

c++ sse constexpr intrinsics avx

Floating point determinism for gamedev in .NET Core

What is the correct way of calculating a large CRC32

c x86-64 sse crc32

signed 16-bit SSE average

c++ c performance sse

SIMD SSE2 __m128i contains 4 int32_t how to quickly find each integer that bigger or small than 0

c x86 sse simd sse2

Initialize __m256i from 64 high or low bits of four __m128i variables

c++ sse simd avx avx2

On uint64 to double conversion: Why is the code simpler after a shift right by 1?