https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53593
--- Comment #4 from Andrew Pinski ---
here is the latest link:
https://www.intel.com/content/www/us/en/docs/dpcpp-cpp-compiler/developer-guide-reference/2024-1/prefetch-noprefetch.html
So reading the page, it is only can be used when AVX512 is e
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53593
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53593
--- Comment #2 from atcl 2012-06-07 08:55:11 UTC
---
(In reply to comment #1)
> This pragma is a control for the equivalent of the option
> -fprefetch-loop-arrays .
>
> You might want to try out -fprefetch-loop-arrays out.
Well, but what about
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53593
--- Comment #1 from Andrew Pinski 2012-06-06
18:17:28 UTC ---
This pragma is a control for the equivalent of the option
-fprefetch-loop-arrays .
You might want to try out -fprefetch-loop-arrays out.