1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-06 08:27:05 +01:00

Wilson perf improvements with Gauge prefetching

This commit is contained in:
Peter Boyle
2015-05-06 06:37:21 +01:00
parent 35d949cc17
commit 55ccb8ccf4
14 changed files with 2819 additions and 3386 deletions

View File

@ -191,7 +191,7 @@ namespace Grid {
assert(0);
#endif
}
friend inline void vprefetch(const vRealD &v)
friend inline void prefetch(const vRealD &v)
{
_mm_prefetch((const char*)&v.v,_MM_HINT_T0);
}