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