Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-A640E65C-E9EF-4081-BAD6-367600B69FB8
Visible to Intel only — GUID: GUID-A640E65C-E9EF-4081-BAD6-367600B69FB8
Cacheability Support Intrinsic
The prototype for this Intel® Streaming SIMD Extensions (Intel® SSE4) intrinsic is in the smmintrin.h file.
To use this intrinsic, include the immintrin.h file as follows:
#include <immintrin.h>
_mm_stream_load_si128
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