We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62c7d4 commit 46a95d6Copy full SHA for 46a95d6
llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
@@ -497,12 +497,12 @@ inline static bool isValidRoundingMode(unsigned Mode) {
497
498
namespace RISCVExceptFlags {
499
enum ExceptionFlag {
500
- NX = 0x01, // Inexact
501
- UF = 0x02, // Underflow
502
- OF = 0x04, // Overflow
503
- DZ = 0x08, // Divide by zero
504
- NV = 0x10, // Invalid operation
505
- ALL = 0x1F // Mask for all accrued exception flags
+ NX = 0x01, // Inexact
+ UF = 0x02, // Underflow
+ OF = 0x04, // Overflow
+ DZ = 0x08, // Divide by zero
+ NV = 0x10, // Invalid operation
+ ALL = 0x1F // Mask for all accrued exception flags
506
};
507
}
508
0 commit comments