The prototype for this Intel® Streaming SIMD Extensions (Intel® SSE4) intrinsic is in the smmintrin.h file.
extern __m128i _mm_stream_load_si128(__m128i* v1);
Loads _m128 data from a 16-byte aligned address (v1) to the destination operand (m128i) without polluting the caches.
Corresponding instruction: MOVNTDQA
Copyright © 1996-2010, Intel Corporation. All rights reserved.