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

@@ -49,6 +49,8 @@ const SuperVector<S> blockSingleMask(SuperVector<S> shuf_mask_lo_highclear, Supe
#include "x86/truffle.hpp"
#elif defined(ARCH_ARM32) || defined(ARCH_AARCH64)
#include "arm/truffle.hpp"
#elif defined(ARCH_PPC64EL)
#include "ppc64el/truffle.hpp"
#endif
template <uint16_t S>