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-AFF28133-FDE6-451B-BA75-40B6974212DE
Visible to Intel only — GUID: GUID-AFF28133-FDE6-451B-BA75-40B6974212DE
_mm256_stream_load_si256
Loads 256-bit data from memory using non-temporal aligned hint. The corresponding Intel® AVX2 instruction is VMOVNTDQA.
extern __m256i _mm256_stream_load_si256(__m256i const *); |
s1 |
integer source vector used for the operation. |
Loads 256-bit data from the source operand to the destination operand using a non-temporal hint if the memory source is write combining memory type.