1 |
2.306252 |
_MM_ROUND_MODE_ENUM |
Enum |
|
|
|
|
|
|
typedef enum {
_MM_ROUND_MODE_NEAREST, /* round to nearest (even) */
_MM_ROUND_MODE_NEAREST, /* round to nearest (even) */
_MM_ROUND_MODE_DOWN, /* round toward negative infinity */
_MM_ROUND_MODE_DOWN, /* round toward negative infinity */
_MM_ROUND_MODE_UP, /* round toward positive infinity */
_MM_ROUND_MODE_UP, /* round toward positive infinity */
_MM_ROUND_MODE_TOWARD_ZERO, /* round toward zero */
_MM_ROUND_MODE_TOWARD_ZERO, /* round toward zero */
_MM_ROUND_MODE_DEFAULT, /* round mode from MXCSR */
_MM_ROUND_MODE_DEFAULT, /* round mode from MXCSR */
_MM_ROUND_MODE_NO_EXC = 8, /* suppress all exceptions */
_MM_ROUND_MODE_NO_EXC = 8, /* suppress all exceptions */
} _MM_ROUND_MODE_ENUM;
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\include\zmmintrin.h(118,0) |
|