This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, i386]: Fix PR target/29852: Use fprem and fprem1 insns for SSE math
- From: Roger Sayle <roger at eyesopen dot com>
- To: Uros Bizjak <ubizjak at gmail dot com>
- Cc: Richard Guenther <rguenther at suse dot de>, <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 29 Nov 2006 20:09:35 -0700 (MST)
- Subject: Re: [PATCH, i386]: Fix PR target/29852: Use fprem and fprem1 insns for SSE math
On Wed, 29 Nov 2006, Uros Bizjak wrote:
> 2006-11-29 Uros Bizjak <ubizjak@gmail.com>
>
> PR target/29852
> config/i386/i386.md (*truncxfsf2_mixed, *truncxfdf2_mixed): Enable
> insn patterns for TARGET_80387.
> (*truncxfsf2_i387, *truncxfdf2_i387): Remove.
> (*truncxfsf2_i387_1): Rename to *truncxfsf2_i387.
> (*truncxfdf2_i387_1): Rename to *truncxfdf2_i387.
> (fmod<mode>3, remainder<mode>3): Enable expaders for SSE math.
> Generate truncxf<mode>2 insn patterns for strict SSE math.
This is OK for mainline. Thanks.
Roger
--