faiss/impl
mattg-sp 2ab4b4859c Fixes to enable building with -mavx, for Sandybridge CPUs. (#992)
The -mf16c (i.e. packed-half conversion instructions) weren't added until the
Ivy Bridge CPU generation (https://en.wikipedia.org/wiki/F16C#CPUs_with_F16C).
Therefore, code dependent on those intrinsics must be conditioned on __F16C__ -
not __AVX__.
2019-11-19 16:15:00 +01:00
..
AuxIndexStructures.cpp Facebook sync (2019-09-10) (#943) 2019-09-20 18:59:10 +02:00
AuxIndexStructures.h Facebook sync (2019-09-10) (#943) 2019-09-20 18:59:10 +02:00
FaissAssert.h Facebook sync (2019-09-10) (#943) 2019-09-20 18:59:10 +02:00
FaissException.cpp Facebook sync (2019-09-10) (#943) 2019-09-20 18:59:10 +02:00
FaissException.h Facebook sync (2019-09-10) (#943) 2019-09-20 18:59:10 +02:00
HNSW.cpp Facebook sync (2019-09-10) (#943) 2019-09-20 18:59:10 +02:00
HNSW.h Facebook sync (2019-09-10) (#943) 2019-09-20 18:59:10 +02:00
PolysemousTraining.cpp Facebook sync (2019-09-10) (#943) 2019-09-20 18:59:10 +02:00
PolysemousTraining.h Facebook sync (2019-09-10) (#943) 2019-09-20 18:59:10 +02:00
ProductQuantizer.cpp Facebook sync (2019-09-10) (#943) 2019-09-20 18:59:10 +02:00
ProductQuantizer.h Facebook sync (2019-09-10) (#943) 2019-09-20 18:59:10 +02:00
ScalarQuantizer.cpp Fixes to enable building with -mavx, for Sandybridge CPUs. (#992) 2019-11-19 16:15:00 +01:00
ScalarQuantizer.h Facebook sync (2019-09-10) (#943) 2019-09-20 18:59:10 +02:00
ThreadedIndex-inl.h Facebook sync (2019-09-10) (#943) 2019-09-20 18:59:10 +02:00
ThreadedIndex.h Facebook sync (2019-09-10) (#943) 2019-09-20 18:59:10 +02:00
index_read.cpp Facebook sync (2019-09-10) (#943) 2019-09-20 18:59:10 +02:00
index_write.cpp Facebook sync (2019-09-10) (#943) 2019-09-20 18:59:10 +02:00
io.cpp Facebook sync (2019-09-10) (#943) 2019-09-20 18:59:10 +02:00
io.h Facebook sync (2019-09-10) (#943) 2019-09-20 18:59:10 +02:00
lattice_Zn.cpp Facebook sync (2019-09-10) (#943) 2019-09-20 18:59:10 +02:00
lattice_Zn.h Facebook sync (2019-09-10) (#943) 2019-09-20 18:59:10 +02:00