ChillFish8 / cfavml

An unopinionated SIMD vector operation library for Rust, supporting no_std and no-alloc workloads.
Apache License 2.0
3 stars 1 forks source link

CFAVML-2: Add cmp ops (`eq/neq/lt/lte/gt/gte`) #6

Closed ChillFish8 closed 2 months ago

ChillFish8 commented 2 months ago

A WIP of the cmp operations, currently Fallback and Avx2 is implemented, hopefully, AVX512 and NEON will be faster to implement as their instruction support for types is better :sweat: