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