mirror of
https://github.com/facebookresearch/faiss.git
synced 2025-06-03 21:54:02 +08:00
* [c_api] use all relevant flags in compilation * [c_api] Remove redundant IndexIVFFlat declarations - From IndexIVF_c.h, already declared in IndexIVFFlat_c.h * [c_api] type changes - replace `long` with a more suitable type - provide definitions for `faiss_component_t` and `faiss_distance_t` * [c_api] Define CFLAGS and CUDACFLAGS