LLVM: llvm::fp Namespace Reference (original) (raw)
| Enumerations | |
|---|---|
| enum | ExceptionBehavior : uint8_t { ebIgnore, ebMayTrap, ebStrict } |
| Exception behavior used for floating point operations. More... |
◆ ExceptionBehavior
Exception behavior used for floating point operations.
Each of these values correspond to some metadata argument value of a constrained floating point intrinsic. See the LLVM Language Reference Manual for details.
| Enumerator | |
|---|---|
| ebIgnore | This corresponds to "fpexcept.ignore". |
| ebMayTrap | This corresponds to "fpexcept.maytrap". |
| ebStrict | This corresponds to "fpexcept.strict". |