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

NameValueComment
rmToNearest0
rmDownward1024
rmUpward2048
rmTowardZero3072
rmMask3072