mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
Compiler options for compiling faiss updated: - for common objs using -mss4.2 for tunning, remove -mf16c, which may need newer CPU. - for avx2 objs using -mavx2 and -mf16c - for avx512 objs using -mavx512* and -mf16c Issue: #12335 Signed-off-by: Ji Bin <matrixji@live.com>