Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

does Intel C compiler insert prefetch action automaticaly??

m9109102
Beginner
226 Views
IfIntel Cinsert prefetch automaticaly, how to close it?Im not mean the hardware prefetch, but if u know how to disable it, please tell me, Thanks a lot!!
0 Kudos
1 Reply
TimP
Honored Contributor III
226 Views

Intel C for IA32 inserts software prefetch automatically only when P-III code generation is selected. Even then, the P4 scheduling modifiers (Windows /G7, linux -tpp7) will turn it off.

Intel C for IA64 does automatic software prefetch only at -O3. There is no hardware prefetch on IA64.

0 Kudos
Reply