Sets float64 YMM registers to zero. No corresponding Intel® AVX instruction.
extern __m256d _mm256_setzero_pd(void); |
None
Sets all the elements of a float64 vector to zero and returns the float64 vector. This is a utility intrinsic that helps during programming.
A float64 vector with all elements set to zero.
Copyright © 1996-2011, Intel Corporation. All rights reserved.