blockSigleMask implementations for ARCH_PPC64 added

This commit is contained in:
apostolos
2021-10-14 15:56:13 +03:00
parent 66748881ee
commit 6aac8241b1
3 changed files with 30 additions and 11 deletions

View File

@@ -56,6 +56,8 @@ SuperVector<S> blockDoubleMask(SuperVector<S> mask1_lo, SuperVector<S> mask1_hi,
#include "x86/shufti.hpp"
#elif defined(ARCH_ARM32) || defined(ARCH_AARCH64)
#include "arm/shufti.hpp"
#elif defined(ARCH_PPC64EL)
#include "ppc64el/shufti.hpp"
#endif
template <uint16_t S>