This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/29852] x86_64: SSE version missing for fmod{d,s,x}f3
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Nov 2006 15:58:40 -0000
- Subject: [Bug target/29852] x86_64: SSE version missing for fmod{d,s,x}f3
- References: <bug-29852-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from ubizjak at gmail dot com 2006-11-29 15:58 -------
(In reply to comment #3)
> So another possibility is to adjust the 387 patterns to be enabled even without
> TARGET_MIX_SSE_I387.
>
Considering the fact that even solaris x86_64 libm [1] uses these functions for
DFmode and SFmode, I propose that we use only "TARGET_USE_FANCY_MATH_387"
constraint.
[1] http://svn.genunix.org/repos/devpro/trunk/usr/src/libm/src/i386/amd64/
--
ubizjak at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29852