re-add missing file to x86 builds

This commit is contained in:
Konstantinos Margaritis 2023-10-07 11:44:57 +03:00
parent 7a2ccd7773
commit e8e2957344

View File

@ -799,6 +799,7 @@ if (NOT RELEASE_BUILD OR FAT_RUNTIME)
if (ARCH_IA32 OR ARCH_X86_64)
set (hs_exec_SRCS
${hs_exec_SRCS}
src/nfa/vermicelli_simd.cpp
src/util/supervector/arch/x86/impl.cpp)
elseif (ARCH_ARM32 OR ARCH_AARCH64)
set (hs_exec_SRCS