vermicelli and match implementations for ppc64el added

This commit is contained in:
Apostolos Tapsas
2021-11-13 19:36:46 +00:00
parent 2136580d50
commit aac39f3208
4 changed files with 173 additions and 12 deletions

View File

@@ -75,6 +75,8 @@ const u8 *vermicelliDoubleMaskedBlock(SuperVector<S> const data, SuperVector<S>
#include "x86/vermicelli.hpp"
#elif defined(ARCH_ARM32) || defined(ARCH_AARCH64)
#include "arm/vermicelli.hpp"
#elif defined(ARCH_PPC64EL)
#include "ppc64el/vermicelli.hpp"
#endif
template <uint16_t S>