fix: remove sve flags (#32275)

pr: #32270

Signed-off-by: luzhang <luzhang@zilliz.com>
Co-authored-by: luzhang <luzhang@zilliz.com>
pull/32337/head
zhagnlu 2024-04-16 20:27:32 +08:00 committed by GitHub
parent b564f065c7
commit cee6071300
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ elseif (${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm*")
# targeting AWS graviton,
# https://github.com/aws/aws-graviton-getting-started/blob/main/c-c%2B%2B.md
set_source_files_properties(detail/platform/arm/sve-inst.cpp PROPERTIES COMPILE_FLAGS "-mcpu=neoverse-v1")
#set_source_files_properties(detail/platform/arm/sve-inst.cpp PROPERTIES COMPILE_FLAGS "-mcpu=neoverse-v1")
endif()
add_library(milvus_bitset ${BITSET_SRCS})