This is the mail archive of the gcc@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: gcc3.1 and 3DNOW prefetch


> 
> I've been looking at the 3.1 source code w.r.t. to PREFETCH, and it
> looks like only the SSE prefetch is supported, not the 3DNOW prefetch. 
> Am I missing something?

There is 3dnow prefetch support.  SSE prefetch is used with
priority as it is more portable and supported by all chips supporting
3dnow one, but when you ask for write prefetch and -march=k6/athlon you
should get the 3dnow one.

Honza
> 
> Thanks
> 
> 
> -- 
> Tom Crispin
> Centaur Technology
> 512-493-8625
> crispin@centtech.com


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