mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 18:20:35 +03:00
Use SVE for double shufti.
Change-Id: I09e0d57bb8a2f05b613f6225dea79ae823136268
This commit is contained in:
committed by
Konstantinos Margaritis
parent
87ee8d4d7f
commit
60b2112505
@@ -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
|
||||
Reference in New Issue
Block a user