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 22ed501 commit bbbf56fCopy full SHA for bbbf56f
libgfortran/libgfortran.h
@@ -67,8 +67,14 @@ extern float __strtof (const char *, char **);
67
#define gfc_strtof __strtof
68
extern double __strtod (const char *, char **);
69
#define gfc_strtod __strtod
70
+
71
+#if defined(__aarch64__)
72
+#define gfc_strtold strtold
73
+#else
74
extern long double __strtold (const char *, char **);
75
#define gfc_strtold __strtold
76
+#endif
77
78
#else
79
#define gfc_strtof strtof
80
#define gfc_strtod strtod
0 commit comments