This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -msse, -mmmx and other "-m"-Options impossible?
- From: Richard Henderson <rth at redhat dot com>
- To: benjaminkuester at gmx dot de
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 2 Oct 2002 17:42:37 -0700
- Subject: Re: -msse, -mmmx and other "-m"-Options impossible?
- References: <11290.1033600640@www13.gmx.net>
On Thu, Oct 03, 2002 at 01:17:20AM +0200, benjaminkuester@gmx.de wrote:
> -mieee-fp -mfp-ret-in-387 -mmmx -mno-mmx -mcpu=pentium2 -march=pentium2
That's no doubt confused by the fact that we had separate MASK_MMX
and MASK_MMX_SET bits. Ignore it. Only pay attention to whether
you can get MMX code out the backend.
r~