_mm_storeu_si16
Classification
Header File
Synopsis
_mm_storeu_si16(void* mem_addr, __m128i a);
Description
Store 16-bit integer from the first element of "a" into memory. "mem_addr" does not need to be aligned on any particular boundary.
Operation
MEM[mem_addr+15:mem_addr] := a[15:0]