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/61563] better 387 code for float x == (int)x


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61563

--- Comment #3 from UroÅ Bizjak <ubizjak at gmail dot com> ---
(In reply to Jay Foad from comment #0)

> I think the x == (int)x pattern is fairly common, and it would be nice if
> GCC generated better 387 code for it.

Please note that -msse3 will generate fistt insn that doesn't need control word
changes.

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