_mm512_load_pd
Classification
AVX-512, Load, CPUID Test: AVX512F
Header File
immintrin.h
Instruction
VMOVAPD zmm, m512
Synopsis
 _mm512_load_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" 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