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/49257] -mfpmath=sse generates x87 instructions on 32 bits OS


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

--- Comment #3 from Uros Bizjak <ubizjak at gmail dot com> 2011-06-01 18:27:49 UTC ---
Actually, there is no DImode SSE conversion instruction for 32bit targets, so
implicit conversion generates fildq insn that uses x87 registers even with
unsigned DImode operands.


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