This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]