enable SIMDe backend

This commit is contained in:
Konstantinos Margaritis
2023-11-21 17:13:33 +00:00
committed by Konstantnos Margaritis
parent 50a664b5c3
commit 99807c17a6
9 changed files with 40 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ template <uint16_t S>
static really_inline
const SuperVector<S> blockSingleMask(SuperVector<S> shuf_mask_lo_highclear, SuperVector<S> shuf_mask_lo_highset, SuperVector<S> chars);
#if defined(ARCH_IA32) || defined(ARCH_X86_64)
#if defined(ARCH_IA32) || defined(ARCH_X86_64) || defined(SIMDE_BACKEND)
#include "x86/truffle.hpp"
#elif defined(ARCH_ARM32) || defined(ARCH_AARCH64)
#include "arm/truffle.hpp"