[skip e2e] Remove redundant extern (#14554)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
Cai Yudong 2021-12-29 22:33:45 +08:00 committed by GitHub
parent 8b919f50c1
commit 76eba2cb1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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