================
@@ -43,6 +43,15 @@ enum ExceptionBehavior : uint8_t {
}
+inline bool isValidExceptionBehavior(unsigned X) {
----------------
andykaylor wrote:Do you know why the exception behaviors aren't handled in FloatingPointMode.h? https://github.com/llvm/llvm-project/pull/109798 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
