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/30757] [4.3 Regression] ICE with -march=athlon-xp -mfpmath=sse



------- Comment #3 from stuart at apple dot com  2007-02-12 18:32 -------
O.K., the breakage here is that athlon-xp is an SSE1 machine, and most of the
conversions in the patch require SSE2.  It looks like SSE1 will support a few
of the new conversions (e.g. unsigned int32 <=> float); I'll see about enabling
these for SSE1 targets, and arranging for the SSE2-only conversions to fall
back to the x87.


-- 


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


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