diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/s_roundl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-128/s_roundl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/ieee754/ldbl-128/s_roundl.c b/sysdeps/ieee754/ldbl-128/s_roundl.c index 63ffd73d7e..36db9dc4df 100644 --- a/sysdeps/ieee754/ldbl-128/s_roundl.c +++ b/sysdeps/ieee754/ldbl-128/s_roundl.c @@ -23,8 +23,8 @@ #include <math_private.h> -long double -__roundl (long double x) +_Float128 +__roundl (_Float128 x) { int32_t j0; u_int64_t i1, i0; |