This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: i386 SSE math switch take II
- From: Matt Kraai <kraai at alumni dot carnegiemellon dot edu>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 13 Dec 2001 10:39:50 -0800
- Subject: Re: i386 SSE math switch take II
Howdy,
Jan Hubicka wrote:
> + extern const char *ix86_fpmath_string; /* for -mcpu=<xxx> */
I think this should be
extern const char *ix86_fpmath_string; /* for -mfpmath=<xxx> */
Matt