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-29CB35FA-F50D-4F6E-88B6-D3A1D83BE311
Visible to Intel only — GUID: GUID-29CB35FA-F50D-4F6E-88B6-D3A1D83BE311
<span class='option'>_mm256_load_si256</span>
Moves integer values from aligned memory location to a destination vector. The corresponding Intel® AVX instruction isVMOVDQA.
extern __m256i _mm256_load_si256(__m256i const *a); |
*a |
pointer to a memory location that can hold constant integer values; the address must be 32-byte aligned |
Loads integer values from the 256-bit aligned memory location pointed to by *a, into a destination integer vector, which is returned by the intrinsic.
A 256-bit vector with integer values.