[C] prefetch hint for the loops #435
Slapparoo
started this conversation in
Improvement suggestions
Replies: 1 comment
-
@Slapparoo I for one never make up my mind about an idea until I have source code to look at. In a case where the performance improvement is this small, you may want to tag the original author of the solution you're aiming to improve, and ask them to comment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a variant of the C solution 1, which I have included cache prefetch hints for the loops which offers a marginal gain (just ~ 1%) I was wondering if this is in the spirit? or if its a little try hard.
Beta Was this translation helpful? Give feedback.
All reactions