[PATCH 0/4] alpha: fix math functions wrt recent testsuite changes

Aurelien Jarno aurelien@aurel32.net
Sun Jul 10 11:40:00 GMT 2016


The math testsuite recently got improved with some additional tests.
Unfortunately they they fail on alpha. This patch series aim to fix
the corresponding math functions.

Aurelien Jarno (4):
  alpha: fix ceil on sNaN input
  alpha: fix floor on sNaN input
  alpha: fix rint on sNaN input
  alpha: fix trunc for big input values

 ChangeLog                    | 20 ++++++++++++++++++++
 sysdeps/alpha/fpu/s_ceil.c   |  7 +++----
 sysdeps/alpha/fpu/s_ceilf.c  |  7 +++----
 sysdeps/alpha/fpu/s_floor.c  |  7 +++----
 sysdeps/alpha/fpu/s_floorf.c |  7 +++----
 sysdeps/alpha/fpu/s_rint.c   |  3 +++
 sysdeps/alpha/fpu/s_rintf.c  |  3 +++
 sysdeps/alpha/fpu/s_trunc.c  |  7 +++----
 sysdeps/alpha/fpu/s_truncf.c |  7 +++----
 9 files changed, 44 insertions(+), 24 deletions(-)

-- 
2.8.1



More information about the Libc-alpha mailing list