_mm512_loadu_ph
Classification
AVX-512, Load, CPUID Test: AVX512_FP16
Header File
immintrin.h
Instruction
VMOVUPS zmm, m512
Synopsis
 _mm512_loadu_ph(void const* mem_addr);
Description
Load 512-bits (composed of 32 packed half-precision (16-bit) floating-point elements) from memory into "dst". "mem_addr" does not need to be aligned on any particular boundary.
Operation
dst[511:0] := MEM[mem_addr+511:mem_addr]
dst[MAX:512] := 0