mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-10 19:36:56 +01:00
KNL streaming stores, and KNL performance coutners
This commit is contained in:
@ -178,7 +178,7 @@ public:
|
||||
// all elements of a simd vector must have same checkerboard.
|
||||
// If Ls vectorised, this must still be the case; e.g. dwf rb5d
|
||||
if ( _simd_layout[d]>1 ) {
|
||||
if ( d != _checker_dim ) {
|
||||
if ( checker_dim_mask[d] ) {
|
||||
assert( (_rdimensions[d]&0x1) == 0 );
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user