This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/18668] use prescott's fisttp
- From: "commie1 at gmx dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Mar 2005 23:54:36 -0000
- Subject: [Bug target/18668] use prescott's fisttp
- References: <20041125010332.18668.commie1@gmx.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From commie1 at gmx dot net 2005-03-10 23:54 -------
But it's not technically an SSE instruction, and you might still want to use it
when -march=prescott -mno-sse3 is given.
Anyway, I've tested your patch by bootstrapping a patched gcc with
--with-arch=prescott, and then building mozilla (optimized with -march=prescott
ofcourse) with that one. It works as expected. Thanks.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18668