Unverified Commit b0a680f5 authored by Jin Hai's avatar Jin Hai Committed by GitHub
Browse files

Merge pull request #575 from youny626/0.6.0

Add AVX flags when building faiss
parents 095d07bf 9f1f76b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ Please mark all change in change log and use the ticket from JIRA.
- \#532 - assigin value to `table_name` from confest shell
- \#533 - NSG build failed with MetricType Inner Product
- \#543 - client raise exception in shards when search results is empty
- \#497 - CPU-version search performance decreased 

## Feature
- \#12 - Pure CPU version for Milvus
+1 −1
Original line number Diff line number Diff line
@@ -708,7 +708,7 @@ macro(build_faiss)
    set(FAISS_CONFIGURE_ARGS
            "--prefix=${FAISS_PREFIX}"
            "CFLAGS=${EP_C_FLAGS}"
            "CXXFLAGS=${EP_CXX_FLAGS}"
            "CXXFLAGS=${EP_CXX_FLAGS} -mavx2 -mf16c"
            --without-python)

    if (FAISS_WITH_MKL)