Displaying 1 result from an estimated 1 matches for "_fpu_ieee".
1999 Nov 13
0
patches for alpha
...define F77_SYMBOL(x) x
+# endif
extern void F77_SYMBOL(cftest)(int *a, int *b,
double *x, double *y);
@@ -502,10 +502,10 @@
changequote(<<, >>)dnl
<<
int main () {
- #include <fpu_control.h>
- #if defined(_FPU_DEFAULT) && defined(_FPU_IEEE)
+# include <fpu_control.h>
+# if defined(_FPU_DEFAULT) && defined(_FPU_IEEE)
return(_FPU_DEFAULT != _FPU_IEEE);
- #endif
+# endif
return(0);
}
>>,
@@ -527,7 +527,7 @@
AC_TRY_RUN(
changequote(<<, >>)dnl
<<
-...