Compares scalar float64 vectors. The corresponding Intel® AVX instruction is VCMPSD.
m1 |
float64 vector used for the operation |
m2 |
float64 vector also used for the operation |
predicate |
an immediate operand that specifies the type of comparison to be performed of the packed values; see immintrin.h file for the values to specify the type of comparison |
Performs a compare operation of the low double-precision floating-point values (float64 values) in the first source operand, m1, and the second source operand, m2, and returns the result.
The comparison predicate parameter (immediate operand) specifies the type of comparison performed on each of the pairs of values.
Result of the compare operation.
Copyright © 1996-2010, Intel Corporation. All rights reserved.