diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/s_fmull.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-128/s_fmull.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128/s_fmull.c b/sysdeps/ieee754/ldbl-128/s_fmull.c index 1b6cb25921..b2602fcd61 100644 --- a/sysdeps/ieee754/ldbl-128/s_fmull.c +++ b/sysdeps/ieee754/ldbl-128/s_fmull.c @@ -28,6 +28,6 @@ float __fmull (_Float128 x, _Float128 y) { NARROW_MUL_ROUND_TO_ODD (x, y, float, union ieee854_long_double, l, - mantissa3); + mantissa3, false); } libm_alias_float_ldouble (mul) |