What's Changed
- CFAVML-NONE: Add
simsimd
back to distance benchmarks by @ChillFish8 in #7 - CFAVML-2: Add cmp ops (
eq/neq/lt/lte/gt/gte
) by @ChillFish8 in #6
Breaking changes
- Horizontal ops naming schemes changed from
op_horizontal
to justop
to make it consistent with the existing aggregate ops likesum
- AVX512 required CPU features now include
avx512bw
which means first gen avx512 servers like Skylake will fallback to AVX2 on the safe apis, and require updating target features if using the unsafe APIs.
Full Changelog: cfavml-v0.2.0...cfavml-v0.3.0