enum class DenormalMode

Description

Represent handled modes for denormal (aka subnormal) modes in the floating point environment.

Declared at: llvm/include/llvm/ADT/FloatingPointMode.h:22

Enumerators

NameValueComment
Invalid-1
IEEE0IEEE-754 denormal numbers preserved.
PreserveSign1The sign of a flushed-to-zero number is preserved in the sign of 0
PositiveZero2Denormals are flushed to positive zero.