]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Missing CL.
authorJakub Jelinek <jakub@redhat.com>
Fri, 15 Oct 2010 19:27:16 +0000 (15:27 -0400)
committerLuis Machado <luisgpm@br.ibm.com>
Mon, 1 Nov 2010 04:59:32 +0000 (02:59 -0200)
(cherry picked from commit 475facd1f553ad6d45de1137bd2a22e70307c7bf)

ChangeLog

index 93a365469133994f551fb87ba6060bf7a54a7859..5ad5234dab9ee9a9d42aa6cefbb52cc725b80b0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2010-10-15  Jakub Jelinek  <jakub@redhat.com>
+
+       [BZ #3268]
+       * math/libm-test.inc (fma_test): Some new testcases.
+       * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
+       * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
+       y and infinite z.  Do multiplication by C already in long double.
+       * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
+       * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
+       y and infinite z.  Do bitwise or of inexact bit into u.d.
+       * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
+       * sysdeps/i386/fpu/s_fmaf.S: Removed.
+       * sysdeps/i386/fpu/s_fma.S: Removed.
+       * sysdeps/i386/fpu/s_fmal.S: Removed.
+
 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
 
        [BZ #3268]