From 9e1c43b9ec72734d84191d36069b52681e81090e Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Sat, 7 Oct 2023 18:02:00 +0300 Subject: [PATCH] add src/nfa/vermicelli_simd.cpp to ppc64le --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ad7ed180..ce019b72 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -812,6 +812,7 @@ set (hs_exec_SRCS elseif (ARCH_PPC64EL) set (hs_exec_SRCS ${hs_exec_SRCS} + src/nfa/vermicelli_simd.cpp src/util/supervector/arch/ppc64el/impl.cpp) endif () endif()