]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
re-add missing file to x86 builds
authorKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Sat, 7 Oct 2023 08:44:57 +0000 (11:44 +0300)
committerKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Sat, 7 Oct 2023 08:45:10 +0000 (11:45 +0300)
CMakeLists.txt

index 5ad8e6e937c55907e962a943486fc18ccb80042f..d865946cb62b89194566f6a66bf627f0b6d4e389 100644 (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