enum RoundingMode
Description
Current rounding mode is represented in bits 11:10 of FPSR. These values are same as corresponding constants for rounding mode used in glibc.
Declared at: llvm/lib/Target/X86/X86ISelLowering.h:884
Enumerators
Name | Value | Comment |
---|---|---|
rmToNearest | 0 | |
rmDownward | 1024 | |
rmUpward | 2048 | |
rmTowardZero | 3072 | |
rmMask | 3072 |