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/44261] Multiplying -1 by NaN is not valid.



------- Comment #1 from rguenth at gcc dot gnu dot org  2010-05-24 17:55 -------
Well - GCC has fallback expansions for some sign-related instructions by doing
bit-fiddling instead.  I think that's whats required if the arch cannot do
a IEEE negate.


-- 


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


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