From e8e29573443cf41af2ee6e1090b701e3d2429cc2 Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Sat, 7 Oct 2023 11:44:57 +0300 Subject: [PATCH] re-add missing file to x86 builds --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ad8e6e9..d865946c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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