mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 15:27:06 +01:00
Wilson perf improvements with Gauge prefetching
This commit is contained in:
@ -225,7 +225,7 @@ friend inline void vstore(const vRealF &ret, float *a){
|
||||
}
|
||||
|
||||
|
||||
friend inline void vprefetch(const vRealF &v)
|
||||
friend inline void prefetch(const vRealF &v)
|
||||
{
|
||||
_mm_prefetch((const char*)&v.v,_MM_HINT_T0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user