Visible to Intel only — GUID: GUID-08EA04A7-4A00-4842-A5A1-DC63D45FECBB
Visible to Intel only — GUID: GUID-08EA04A7-4A00-4842-A5A1-DC63D45FECBB
_mm256_storeu_pd
Moves packed double-precision floating point values from a float64 vector to an unaligned memory location. The corresponding Intel® AVX instruction isVMOVUPD.
Syntax
extern void _mm256_storeu_pd(double *a, __m256d b); |
Arguments
*a |
pointer to a memory location that can hold double-precision floating point (float64) values |
b |
float64 vector |
Description
Performs a store operation by moving packed double-precision floating point values (float64 values) from a float64 vector, b, to a 256-bit unaligned memory location, pointed to by a.
Returns
Nothing.