mirror of
https://github.com/facebookresearch/faiss.git
synced 2025-06-03 21:54:02 +08:00
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__.