Optimization options

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
Does arch:SSE2 make use of prefetch instructions included in multimedia
extensions?
What compiler switches generate prefetch instructions?

Thanks
 
Msalas said:
Hi,
Does arch:SSE2 make use of prefetch instructions included in multimedia
extensions?
What compiler switches generate prefetch instructions?

Thanks

On x86, we never generate Prefetch. On AMD64, we'll always generate them
(arch:SSE2 has no effect on AMD64)
Thanks,
Kapil
 
Back
Top