Use SVE for double shufti.

Change-Id: I09e0d57bb8a2f05b613f6225dea79ae823136268
This commit is contained in:
George Wort
2021-07-13 20:39:53 +01:00
committed by Konstantinos Margaritis
parent 87ee8d4d7f
commit 60b2112505
5 changed files with 229 additions and 183 deletions

View File

@@ -74,6 +74,4 @@ const u8 *shuftiRevSlow(const u8 *lo, const u8 *hi, const u8 *buf,
#include "shufti_sve.hpp"
#else
#include "shufti_simd.hpp"
#endif
#include "shufti_common.hpp"
#endif