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 31599d4 commit a49a909Copy full SHA for a49a909
src/codegen.cpp
@@ -10,7 +10,7 @@
10
#if defined(_CPU_X86_)
11
#define JL_NEED_FLOATTEMP_VAR 1
12
#endif
13
-#if defined(_OS_WINDOWS_) || defined(_OS_FREEBSD_)
+#if defined(_OS_LINUX_) || defined(_OS_WINDOWS_) || defined(_OS_FREEBSD_)
14
#define JL_DISABLE_FPO
15
16
0 commit comments