mirror of https://github.com/milvus-io/milvus.git
fix: remove sve flags (#32270)
#32129 Signed-off-by: luzhang <luzhang@zilliz.com> Co-authored-by: luzhang <luzhang@zilliz.com>pull/31980/head
parent
558feed5ed
commit
9248a6a149
|
@ -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