What's Changed
- CFAVML-NONE: Add
simsimdback 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_horizontalto justopto make it consistent with the existing aggregate ops likesum - AVX512 required CPU features now include
avx512bwwhich 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