Intellectually provides pragma prefetching; eg
preprograms a specific number of loop cycles, as determined by the compiler.
But what if a not an array, but a class with [] overridden? If operator[] performs simple array access, can prefetching still be used that way?
(Presumably, the question applies to std::vectors ).
Sideshow bob
source share