_mm512_loadu_epi64
Classification
AVX-512, Load, CPUID Test: AVX512F
Header File
immintrin.h
Instruction
VMOVDQU64 zmm, m512
Synopsis
 _mm512_loadu_epi64(void const* mem_addr);
Description
Load 512-bits (composed of 8 packed 64-bit integers) 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