Visible to Intel only — GUID: GUID-15DDFD00-A3D7-4ECE-BCD6-988BEFBB666D
Visible to Intel only — GUID: GUID-15DDFD00-A3D7-4ECE-BCD6-988BEFBB666D
_mm256_loadu_pd
Moves packed double-precision floating point values from unaligned memory location to a destination vector. The corresponding Intel® AVX instruction is VMOVUPD.
Syntax
extern __m256d _mm256_loadu_pd(double const *a); |
Arguments
*a |
pointer to a memory location that can hold constant float64 values; |
Description
Loads packed double-precision floating point values (float64 values) from the 256-bit unaligned memory location pointed to by a, into a destination float64 vector, which is retured by the intrinsic.
Returns
A 256-bit vector with float64 values.