Loads and broadcasts packed double-precision floating point values.The corresponding Intel® AVX instruction is VBROADCAST128.
extern __m256d _mm256_broadcast_pd(__m128d const *a); |
*a |
pointer to a memory location that can hold constant float64 values |
Loads 128-bit float64 values from the specified address pointed to by a, and broadcasts it to two elements in the destination 256-bit vector.
Result of the load and broadcast operation.
Copyright © 1996-2010, Intel Corporation. All rights reserved.