This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Recognize cpu varaints take III


On Wed, Dec 12, 2001 at 09:37:18AM +0100, Jan Hubicka wrote:
> !   { "mmx",			 MASK_MMX | MASK_MMX_SET,		      \
> !     N_("Support MMX builtins") },					      \
> !   { "no-mmx",			 MASK_MMX_SET,			      \
>       N_("Do not support MMX builtins") },				      \

Ok, except that you must also have a no-mmx, -MASK_MMX entry so that
-mmmx -mno-mmx works properly.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]