mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
remove vermicelli_simd.cpp to fix redefinition build failure on SVE2 builds
This commit is contained in:
parent
1619dbaf35
commit
7909b91ba4
@ -425,8 +425,6 @@ if (ARCH_ARM32 OR ARCH_AARCH64)
|
|||||||
src/nfa/vermicelli_simd.cpp)
|
src/nfa/vermicelli_simd.cpp)
|
||||||
set (hs_exec_sve_SRCS
|
set (hs_exec_sve_SRCS
|
||||||
src/nfa/vermicelli_simd.cpp)
|
src/nfa/vermicelli_simd.cpp)
|
||||||
set (hs_exec_sve2_SRCS
|
|
||||||
src/nfa/vermicelli_simd.cpp)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
SET (hs_compile_SRCS
|
SET (hs_compile_SRCS
|
||||||
@ -1083,9 +1081,6 @@ else ()
|
|||||||
endif (BUILD_STATIC_LIBS)
|
endif (BUILD_STATIC_LIBS)
|
||||||
|
|
||||||
if (BUILD_SHARED_LIBS)
|
if (BUILD_SHARED_LIBS)
|
||||||
set (BUILD_SVE OFF)
|
|
||||||
set (BUILD_SVE2 OFF)
|
|
||||||
set (BUILD_SVE2_BITPERM OFF)
|
|
||||||
# build shared libs
|
# build shared libs
|
||||||
add_library(hs_compile_shared OBJECT ${hs_compile_SRCS})
|
add_library(hs_compile_shared OBJECT ${hs_compile_SRCS})
|
||||||
set_target_properties(hs_compile_shared PROPERTIES POSITION_INDEPENDENT_CODE TRUE)
|
set_target_properties(hs_compile_shared PROPERTIES POSITION_INDEPENDENT_CODE TRUE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user