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]

Re: RFC: Prefetch instruction support


Altivec on PowerPC G4 also has prefetch instructions that may be useful
for regular code, even if you don't generate vector Altivec instructions.

It would be useful on the Alpha, too.  Right now on my 21264 I'm memory
bound (some computations are basically free, compared to what it would cost
to store them on the heap for retrieval).

Brad Lucier

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