mirror of https://github.com/milvus-io/milvus.git
fix: remove sve flags (#32275)
pr: #32270 Signed-off-by: luzhang <luzhang@zilliz.com> Co-authored-by: luzhang <luzhang@zilliz.com>pull/32337/head
parent
b564f065c7
commit
cee6071300
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue