Hi, About the prefetch data of gcc, with optimization option "-O0", some gcc versions have defined "prefetch" and ''prefetchw" function, whether with operations or not. But for other gcc versions , they have not been defined, e.g. 3.4 . I am now confused about what version defines it and which not. Can you tell me about this? Thanks.