From 6c9c7f9d85d79bc809daf4e7c93980a3e3027e4d Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Thu, 11 May 2023 12:24:21 -0400 Subject: [PATCH] Permute fix --- Grid/stencil/GeneralLocalStencil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/stencil/GeneralLocalStencil.h b/Grid/stencil/GeneralLocalStencil.h index f14d8096..5e9f2cd6 100644 --- a/Grid/stencil/GeneralLocalStencil.h +++ b/Grid/stencil/GeneralLocalStencil.h @@ -123,7 +123,7 @@ public: } if ( permute_slice ) { int ptype =grid->PermuteType(d); - uint8_t mask =grid->Nsimd() >> (ptype + 1); + uint8_t mask =0x1<