Moves packed double-precision floating point values from a float64 vector to an unaligned memory location. The corresponding Intel® AVX instruction is VMOVAPD.
*a |
pointer to a memory location that can hold double-precision floating point (float64) values |
b |
float64 vector |
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.
Nothing.
Copyright © 1996-2010, Intel Corporation. All rights reserved.