http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46142
Uros Bizjak changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46142
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #10
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46142
--- Comment #9 from hjl at gcc dot gnu.org 2010-10-31
19:07:13 UTC ---
Author: hjl
Date: Sun Oct 31 19:07:09 2010
New Revision: 166113
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166113
Log:
Add -mtune=generic to fma3-builtin-2.c/fma4-
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46142
--- Comment #8 from Uros Bizjak 2010-10-31 18:00:58
UTC ---
(In reply to comment #7)
> since -mtune=atom disables double precision vectorizer.
> We need to pass -mtune=generic to those 2 testcases.
The patch to add -mtune=generic to dg-options
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46142
--- Comment #7 from H.J. Lu 2010-10-31 14:27:41
UTC ---
When configured with --with-cpu=atom, I got
FAIL: gcc.target/i386/fma3-builtin-2.c scan-assembler-times vfmadd...pd 1
FAIL: gcc.target/i386/fma3-builtin-2.c scan-assembler-times vfmsub...pd
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46142
Uros Bizjak changed:
What|Removed |Added
URL||http://gcc.gnu.org/ml/gcc-p
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46142
--- Comment #5 from uros at gcc dot gnu.org 2010-10-31 07:18:13 UTC ---
Author: uros
Date: Sun Oct 31 07:18:07 2010
New Revision: 166105
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166105
Log:
PR tree-optimization/46142
* tree-ve