Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch checks for USEARCH_USE_SIMSIMD and USEARCH_USE_FP16LIB defines
ClickHouse compiles Usearch - with USEARCH_USE_FP16LIB on all platforms - with USEARCH_USE_SIMSIMD on x86 and ARM. I.e. on x86 and ARM, both defines are set. Previously, the code would do the fp32 <--> fp16 conversion using fp16lib but I think it should prefer the "homegrown" conversion routines (SimSIMD).
- Loading branch information