_mm_stream_load_si128
Classification
SSE_ALL, Load, CPUID Test: SSE4.1
Header File
smmintrin.h
Instruction
MOVNTDQA xmm, m128
Synopsis
 _mm_stream_load_si128(__m128i * mem_addr);
Description
Load 128-bits of integer data from memory into "dst" using a non-temporal memory hint. "mem_addr" must be aligned on a 16-byte boundary or a general-protection exception may be generated.
Operation
dst[127:0] := MEM[mem_addr+127:mem_addr]