Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Specific
Loads 128-bit value.
__m128i _mm_loadu_si128 (__m128i *p);
MOVDQU
Return Value
The same value in a variable representing a register.
Remarks
Address p does not need be 16-byte aligned. The aligned version of this intrinsic is _mm_load_si128.
Requirements
Header: emmintrin.h
END Microsoft Specific