]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/54564 (Broken __builtin_ia32_vfmadds[sd]3)
authorJakub Jelinek <jakub@gcc.gnu.org>
Mon, 17 Sep 2012 09:16:39 +0000 (11:16 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 17 Sep 2012 09:16:39 +0000 (11:16 +0200)
PR target/54564
ChangeLog entry fixup

From-SVN: r191377

gcc/ChangeLog
gcc/testsuite/ChangeLog

index 3ff6a9bf254409fe981396f39332611ba4145ccb..dcb9d934b4179eb8ae3ebc0fdfc634af09c9d23b 100644 (file)
        (*fmai_fnmadd_<mode>, *fmai_fnmsub_<mode>): Likewise.  Negate
        operand 2 instead of operand 1, but put it as first argument
        of fma.
+       * config/i386/fmaintrin.h (_mm_fnmadd_sd, _mm_fnmadd_ss,
+       _mm_fnmsub_sd, _mm_fnmsub_ss): Negate the second argument instead
+       of the first.
 
 2012-09-14  Richard Guenther  <rguenther@suse.de>
 
index 4b68ef8d9e97b508e71469665dcb850c672c263c..0a63f46d29933cb971ab200ca97e4fb372308660 100644 (file)
 
        * gcc.dg/pr44194-1.c: Check that there are no memory accesses left.
 
-2012-09-14  Jakub Jelinek  <jakub@redhat.com>
-
-       PR target/54564
-       * config/i386/fmaintrin.h (_mm_fnmadd_sd, _mm_fnmadd_ss,
-       _mm_fnmsub_sd, _mm_fnmsub_ss): Negate the second argument instead
-       of the first.
-
 2012-09-14  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/54565