From: Jakub Jelinek Date: Mon, 17 Sep 2012 09:16:39 +0000 (+0200) Subject: re PR target/54564 (Broken __builtin_ia32_vfmadds[sd]3) X-Git-Tag: misc/gccgo-go1_1_2~822 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4a642cb4e5152deab0eb2ffd6463a9144f7305f;p=thirdparty%2Fgcc.git re PR target/54564 (Broken __builtin_ia32_vfmadds[sd]3) PR target/54564 ChangeLog entry fixup From-SVN: r191377 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3ff6a9bf2544..dcb9d934b417 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -171,6 +171,9 @@ (*fmai_fnmadd_, *fmai_fnmsub_): 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 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4b68ef8d9e97..0a63f46d2993 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -111,13 +111,6 @@ * gcc.dg/pr44194-1.c: Check that there are no memory accesses left. -2012-09-14 Jakub Jelinek - - 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 PR tree-optimization/54565