Skip to content

Commit

Permalink
PR target/54564
Browse files Browse the repository at this point in the history
	ChangeLog entry fixup


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191377 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
jakub committed Sep 17, 2012
1 parent 4e07e83 commit e42e2af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 3 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
7 changes: 0 additions & 7 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e42e2af

Please sign in to comment.