From 30f3d07cbbde199b1a0b2c3e983f0f0546e7ea45 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Sat, 24 May 2014 18:58:01 -0700 Subject: Fix excessive ULP for y1_upward (0x2p+0) in test-float and test-ifloat. * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations to occur in round to nearest mode when |x| >= 2.0 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 818dd07..2f8ca80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-05-31 David S. Miller + + * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations + to occur in round to nearest mode when |x| >= 2.0 + 2014-05-30 Richard Henderson * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove. -- cgit v1.1