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 eb26aec commit 3fead75Copy full SHA for 3fead75
runtime/flang/datan2.c
@@ -15,7 +15,7 @@
15
*
16
*/
17
18
-#if !defined(_WIN32)
+#if !defined(WIN64)
19
#include "mthdecls.h"
20
#else
21
double atan2(double x, double y);
0 commit comments