_mm256_loadu_epi16
Classification
AVX-512, Load, CPUID Test: AVX512BW
Header File
Instruction
VMOVDQU16 ymm, m256
Synopsis
_mm256_loadu_epi16(void const* mem_addr);
Description
Load 256-bits (composed of 16 packed 16-bit integers) from memory into "dst".
"mem_addr" does not need to be aligned on any particular boundary.
Operation
dst[255:0] := MEM[mem_addr+255:mem_addr]
dst[MAX:256] := 0