1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-08-04 21:56:56 +01:00

mores unused statements removed

This commit is contained in:
2023-04-07 14:27:18 +01:00
parent 983b681d46
commit 9e64387933
2 changed files with 0 additions and 4 deletions

View File

@@ -237,9 +237,6 @@ void copyLane(vobjOut & __restrict__ vecOut, int lane_out, const vobjIn & __rest
typedef oextract_type * opointer;
typedef iextract_type * ipointer;
constexpr int oNsimd=ovector_type::Nsimd();
constexpr int iNsimd=ivector_type::Nsimd();
iscalar_type itmp;
oscalar_type otmp;