re PR target/54564 (Broken __builtin_ia32_vfmadds[sd]3)

PR target/54564
	ChangeLog entry fixup

From-SVN: r191377
This commit is contained in:
Jakub Jelinek 2012-09-17 11:16:39 +02:00
parent c8f3579444
commit b4a642cb4e
2 changed files with 3 additions and 7 deletions

View File

@ -171,6 +171,9 @@
(*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>

View File

@ -111,13 +111,6 @@
* 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