_mm_store_si128
Microsoft Specific
Stores 128-bit value.
void _mm_store_si128 (__m128i *p, __m128i a);
MOVDQA
Return Value
Address p
must be 16-byte aligned.
*p := a
Requirements
Header: emmintrin.h
END Microsoft Specific
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Microsoft Specific
Stores 128-bit value.
void _mm_store_si128 (__m128i *p, __m128i a);
MOVDQA
Address p
must be 16-byte aligned.
*p := a
Header: emmintrin.h
END Microsoft Specific