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 b2447a2 commit e31c6c9Copy full SHA for e31c6c9
flang/runtime/exceptions.cpp
@@ -11,7 +11,7 @@
11
#include "flang/Runtime/exceptions.h"
12
#include "terminator.h"
13
#include <cfenv>
14
-#if defined(__aarch64__) && !defined(_WIN32)
+#if defined(__aarch64__) && defined(__GLIBC__)
15
#include <fpu_control.h>
16
#elif defined(__x86_64__) && !defined(_WIN32)
17
#include <xmmintrin.h>
0 commit comments