You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* importc: Support math.h on glibc aarch64
Signed-off-by: Andrei Horodniceanu <[email protected]>
* compiler/test/compilable/stdcheaders: Reenable math.h on linux aarch64
Signed-off-by: Andrei Horodniceanu <[email protected]>
---------
Signed-off-by: Andrei Horodniceanu <[email protected]>
#ifndef_MSC_VER// C:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\ucrt\corecrt_math.h(93): Error: reinterpretation through overlapped field `f` is not allowed in CTFE
25
24
floatx=NAN;
26
25
#endif
27
-
#endif
28
26
29
27
#ifndef_MSC_VER// setjmp.h(51): Error: missing tag `identifier` after `struct
30
28
#include<setjmp.h>
@@ -64,11 +62,9 @@ float x = NAN;
64
62
// Apple: /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/tgmath.h(39): Error: named parameter required before `...`
65
63
// OpenBSD: /usr/lib/clang/13.0.0/include/tgmath.h(34): Error: named parameter required before `...`
66
64
// Linux: /tmp/clang/lib/clang/15.0.3/include/tgmath.h(34): Error: named parameter required before `...`
0 commit comments