mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
[skip e2e] Remove redundant extern (#14554)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
8b919f50c1
commit
76eba2cb1f
@ -31,10 +31,10 @@ extern sq_get_distance_computer_func_ptr sq_get_distance_computer;
|
||||
extern sq_sel_quantizer_func_ptr sq_sel_quantizer;
|
||||
extern sq_sel_inv_list_scanner_func_ptr sq_sel_inv_list_scanner;
|
||||
|
||||
extern bool support_avx512();
|
||||
extern bool support_avx2();
|
||||
extern bool support_sse4_2();
|
||||
bool support_avx512();
|
||||
bool support_avx2();
|
||||
bool support_sse4_2();
|
||||
|
||||
extern bool hook_init(std::string& cpu_flag);
|
||||
bool hook_init(std::string& cpu_flag);
|
||||
|
||||
} // namespace faiss
|
||||
|
Loading…
Reference in New Issue
Block a user