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-35749DC3-6DF4-4179-B31B-FF76E4C39DB2
Visible to Intel only — GUID: GUID-35749DC3-6DF4-4179-B31B-FF76E4C39DB2
<span class='option'>_mm256_lddqu_si256</span>
Moves unaligned integer from memory. The corresponding Intel® AVX instruction is VLDDQU.
extern __m256i _mm256_lddqu_si256(__m256i const *a); |
*a |
points to a memory location from where unaligned integer value must be moved |
Fetches 32 bytes of data, starting at a memory address specified by the a parameter, and places them in a destination. This intrinsic calls the corresponding instruction VLDDQU, which performs an operation functionally similar to the VMOVDQU instruction.
Result of the move operation.