_mm512_loadu_pd
Classification
Header File
Instruction
VMOVUPD zmm, m512
Synopsis
_mm512_loadu_pd(void const* mem_addr);
Description
Load 512-bits (composed of 8 packed double-precision (64-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