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 Tue, Dec 11, 2001 at 07:51:59PM +0100, Jan Hubicka wrote:
> + 	    if (processor_alias_table[i].flags & PTA_MMX
> + 	        && !(target_flags & MASK_MMX))
> + 	      target_flags |= MASK_MMX;

Are you intending that '-march=pentium3 -mno-mmx' turns on mmx anyway?


r~


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