]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
add accidentally removed lines
authorKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Mon, 26 Jul 2021 16:50:34 +0000 (19:50 +0300)
committerKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Tue, 12 Oct 2021 08:51:34 +0000 (11:51 +0300)
CMakeLists.txt

index 35b10223d781b5783660a046c40db9b172a83b68..7a172bb355006f5b5cfc2fe822eba9e498943cb7 100644 (file)
@@ -312,6 +312,9 @@ elseif (ARCH_ARM32 OR ARCH_AARCH64)
   CHECK_INCLUDE_FILE_CXX(arm_neon.h HAVE_C_ARM_NEON_H)
   if (BUILD_SVE OR BUILD_SVE2 OR BUILD_SVE2_BITPERM)
     CHECK_INCLUDE_FILE_CXX(arm_sve.h HAVE_C_ARM_SVE_H)
+    if (NOT HAVE_C_ARM_SVE_H)
+      message(FATAL_ERROR "arm_sve.h is required to build for SVE.")
+    endif()
   endif()
   set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -flax-vector-conversions")
   set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -flax-vector-conversions")
@@ -879,6 +882,8 @@ SET (hs_compile_SRCS
     src/nfa/tamaramacompile.h
     src/nfa/trufflecompile.cpp
     src/nfa/trufflecompile.h
+    src/nfa/vermicellicompile.cpp
+    src/nfa/vermicellicompile.h
     src/nfagraph/ng.cpp
     src/nfagraph/ng.h
     src/nfagraph/ng_anchored_acyclic.cpp