mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix: add bitset sve support macro protect (#32463)
#32137 Signed-off-by: luzhang <luzhang@zilliz.com> Co-authored-by: luzhang <luzhang@zilliz.com>
This commit is contained in:
parent
744a54a534
commit
93f0c262c1
@ -478,6 +478,7 @@ init_dynamic_hook() {
|
||||
#endif
|
||||
|
||||
#if defined(__aarch64__)
|
||||
#if defined(__ARM_FEATURE_SVE)
|
||||
// sve
|
||||
if (arm::InstructionSet::GetInstance().supports_sve()) {
|
||||
#define SET_OP_COMPARE_COLUMN_SVE(TTYPE, UTYPE, OP) \
|
||||
@ -542,7 +543,7 @@ init_dynamic_hook() {
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
#endif
|
||||
// neon ?
|
||||
{
|
||||
#define SET_OP_COMPARE_COLUMN_NEON(TTYPE, UTYPE, OP) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user