_mm512_load_ps
Classification
Header File
Instruction
VMOVAPS zmm, m512
Synopsis
_mm512_load_ps(void const* mem_addr);
Description
Load 512-bits (composed of 16 packed single-precision (32-bit) floating-point elements) from memory into "dst".
"mem_addr" must be aligned on a 64-byte boundary or a general-protection exception may be generated.
Operation
dst[511:0] := MEM[mem_addr+511:mem_addr]
dst[MAX:512] := 0