2 |
1.580083 |
_MM_CMPINT_ENUM |
Enum |
|
|
|
|
|
|
typedef enum {
_MM_CMPINT_EQ, /* Equal */
_MM_CMPINT_EQ, /* Equal */
_MM_CMPINT_LT, /* Less than */
_MM_CMPINT_LT, /* Less than */
_MM_CMPINT_LE, /* Less than or Equal */
_MM_CMPINT_LE, /* Less than or Equal */
_MM_CMPINT_UNUSED,
_MM_CMPINT_NE, /* Not Equal */
_MM_CMPINT_NE, /* Not Equal */
_MM_CMPINT_NLT, /* Not Less than */
_MM_CMPINT_NLT, /* Not Less than */
_MM_CMPINT_NLE /* Not Less than or Equal */
_MM_CMPINT_NLE /* Not Less than or Equal */
} _MM_CMPINT_ENUM;
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\include\zmmintrin.h(290,0) |
|