diff options
Diffstat (limited to 'bits')
-rw-r--r-- | bits/floatn-common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bits/floatn-common.h b/bits/floatn-common.h index aa0a757fe7..a724421f77 100644 --- a/bits/floatn-common.h +++ b/bits/floatn-common.h @@ -33,8 +33,8 @@ glibc includes corresponding *fN or *fNx interfaces for it. */ #define __HAVE_FLOAT16 0 #define __HAVE_FLOAT32 0 -#define __HAVE_FLOAT64 0 -#define __HAVE_FLOAT32X 0 +#define __HAVE_FLOAT64 1 +#define __HAVE_FLOAT32X 1 #define __HAVE_FLOAT128X 0 /* Defined to 1 if the corresponding __HAVE_<type> macro is 1 and the |