diff options
Diffstat (limited to 'bits')
-rw-r--r-- | bits/floatn-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bits/floatn-common.h b/bits/floatn-common.h index a724421..6a06573 100644 --- a/bits/floatn-common.h +++ b/bits/floatn-common.h @@ -32,7 +32,7 @@ floating-point type with the right format for this type, and this glibc includes corresponding *fN or *fNx interfaces for it. */ #define __HAVE_FLOAT16 0 -#define __HAVE_FLOAT32 0 +#define __HAVE_FLOAT32 1 #define __HAVE_FLOAT64 1 #define __HAVE_FLOAT32X 1 #define __HAVE_FLOAT128X 0 |