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

WIP: CFAVML-NONE: Add ndarray extension library #8

Open ChillFish8 opened 2 months ago

ChillFish8 commented 2 months ago

As CFAVML's operations increase we want to be able to use them within ndarray operations, to do that we are adding some extension traits that provide fast_* trait based operations as well as a function based utilities which IMO are cleaner than the trait calling.

Currently, this is a WIP as the only thing that is really working currently is the V1 logic of broadcasting different arrays and applying the operator.