diff options
Diffstat (limited to 'sysdeps/ia64')
-rw-r--r-- | sysdeps/ia64/Makeconfig | 2 | ||||
-rw-r--r-- | sysdeps/ia64/bits/floatn.h | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/sysdeps/ia64/Makeconfig b/sysdeps/ia64/Makeconfig index d1d3f6c95c..2f1abe868c 100644 --- a/sysdeps/ia64/Makeconfig +++ b/sysdeps/ia64/Makeconfig @@ -1,2 +1,4 @@ # ia64 does not provide crtbeginT.o, so use crtbegin.o. +prectorT = $(+prector) + +float64x-alias-fcts = yes diff --git a/sysdeps/ia64/bits/floatn.h b/sysdeps/ia64/bits/floatn.h index d0aeb3f99e..938a5ddac5 100644 --- a/sysdeps/ia64/bits/floatn.h +++ b/sysdeps/ia64/bits/floatn.h @@ -40,6 +40,17 @@ # define __HAVE_DISTINCT_FLOAT128 0 #endif +/* Defined to 1 if the current compiler invocation provides a + floating-point type with the right format for _Float64x, and this + glibc includes corresponding *f64x interfaces for it. */ +#define __HAVE_FLOAT64X 1 + +/* Defined to 1 if __HAVE_FLOAT64X is 1 and _Float64x has the format + of long double. Otherwise, if __HAVE_FLOAT64X is 1, _Float64x has + the format of _Float128, which must be different from that of long + double. */ +#define __HAVE_FLOAT64X_LONG_DOUBLE 1 + #ifndef __ASSEMBLER__ /* Defined to concatenate the literal suffix to be used with _Float128 |