This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Modifying float-i64.h to Become C99-compliant: Volunteer Wanted
- To: Jeffrey Oldham <oldham at codesourcery dot com>
- Subject: Re: Modifying float-i64.h to Become C99-compliant: Volunteer Wanted
- From: Richard Henderson <rth at redhat dot com>
- Date: Wed, 31 Jan 2001 12:46:33 -0800
- Cc: gcc-patches at gcc dot gnu dot org, jsm28 at srcf dot ucam dot org
- References: <20010131111019.A20961@codesourcery.com>
On Wed, Jan 31, 2001 at 11:10:19AM -0800, Jeffrey Oldham wrote:
> + # define FLT_EVAL_METHOD 1
This is definitely incorrect for MIPS. We have add.s vs add.d
to tell the fpu how to round properly.
r~