diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2012-07-11 09:19:27 -0300 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2012-07-11 09:19:27 -0300 |
commit | 28cfe84316f92dbb3e48831d6f7eb4511e3ddf60 (patch) | |
tree | d369fe4d47350503213cee5325b89dbcd8272ac3 /ChangeLog | |
parent | 6b90f98178023e015ca0f1232dd42362d7f49600 (diff) | |
download | glibc-28cfe84316f92dbb3e48831d6f7eb4511e3ddf60.tar.gz glibc-28cfe84316f92dbb3e48831d6f7eb4511e3ddf60.tar.xz glibc-28cfe84316f92dbb3e48831d6f7eb4511e3ddf60.zip |
Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328).
IBM long double fixes and POWER ulps update.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f1a8d2c254..8011f8b043 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + + * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh + for subnormals or multiply small sinh result by itself. + * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise. + * sysdeps/powerpc/fpu/libm-test-ulps: Update. + 2012-07-11 David S. Miller <davem@davemloft.net> * sysdeps/sparc/fpu/libm-test-ulps: Update. |