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 4cb2a51 commit df12983Copy full SHA for df12983
flang/runtime/exceptions.cpp
@@ -84,7 +84,7 @@ uint32_t RTNAME(MapException)(uint32_t excepts) {
84
// Check if the processor has the ability to control whether to halt or
85
// continue execution when a given exception is raised.
86
bool RTNAME(SupportHalting)([[maybe_unused]] uint32_t except) {
87
-#if (defined(__arm__) || defined(__aarch64__)) && !defined(_WIN32)
+#ifdef __USE_GNU
88
except = RTNAME(MapException)(except);
89
int currentSet = fegetexcept(), flipSet, ok;
90
if (currentSet & except) {
0 commit comments