This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: i386 floaddi?f fix
- To: Jan Hubicka <jh at suse dot cz>
- Subject: Re: i386 floaddi?f fix
- From: Richard Henderson <rth at redhat dot com>
- Date: Mon, 4 Jun 2001 13:40:19 -0700
- Cc: gcc-patches at gcc dot gnu dot org, patches at x86-64 dot org
- References: <20010604172316.D25024@atrey.karlin.mff.cuni.cz>
On Mon, Jun 04, 2001 at 05:23:16PM +0200, Jan Hubicka wrote:
> * i386.md (floatdi?f): Avoid usinf of SSE instructions
> if TARGET_64BIT is false.
> (floatdi?f_i386_only): New insn.
> (floatdi?f_i386): Disable for !TARGET_64BIT.
Ok.
r~