This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/21809] Floating Optimization Bug


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-29 19:43 -------
(In reply to comment #15)
> x86-64 has support for SSE3 so it would use that instead.

Actually that is wrong, the subset which is supported by AMD and Intel (EM64T) only have SSE, SSE2, 
and MMX.   AMD's x86_64 which in my mind the true x86_64 has also support for 3dnow.  Intel's EM64t 
have SSE3.

Again just use -ffloat-store as required not get the excessive precision.

*** This bug has been marked as a duplicate of 323 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21809


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]