Extracts float64 sign mask. The corresponding Intel® AVX instruction is VMOVMSKPD.
extern int _mm256_movemask_pd(__m256d a); |
a |
float64 source vector |
Performs an extract operation of sign bits from four double-precision floating point elements (float64 elements) of the source vector, a, and composes them into bitmasks.
An integer bitmask of four meaningful bits.
Copyright © 1996-2011, Intel Corporation. All rights reserved.