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: More i386/ builtins


Richard Henderson wrote:-

> On Mon, Jun 03, 2002 at 09:37:56PM +0100, Neil Booth wrote:
> > You mean using a "last_cpu_char" and testing with that for the athlon
> > sse and mmx, and the k6 2/3?  Why is that better than just testing the
> > TARGET_??? flag in the first 2 cases?
> 
> Becuase TARGET_??? reflects the architecture, not the tuning.

But _all_ the tuning macros are based on the TARGET_* macros.  Are they all
wrong?  I'm getting quite confused.

Neil.


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