[Bug target/29852] x86_64: SSE version missing for fmod{d,s,x}f3

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Nov 29 16:02:00 GMT 2006



------- Comment #5 from rguenth at gcc dot gnu dot org  2006-11-29 16:02 -------
Can we make sure to always emit proper truncation to SF/DFmode if not
TARGET_MIX_SSE_I387?  Just in case two fprem instructions follow each other
and so we don't truncate by moving to memory or SSE registers.  It would be
bad to let excess precision (aka bug 323) sneak in for fpmath=sse when we
tell people to use that to prevent excess precision.


-- 


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



More information about the Gcc-bugs mailing list