Skip to content

0.5.0

Latest

Choose a tag to compare

@jlogan03 jlogan03 released this 20 Oct 01:19
· 2 commits to main since this release
2337491

0.5.0 - 2025-10-19

Using FMA to accelerate and reduce roundoff error in dot products.

Added

  • Add fma feature that enables the use of fused multiply-add for dot products
    • Disabled by default because this causes a severe performance regression unless FMA is enabled for the target

Changed

  • !Add trait bound on MulAdd<Output = T> for numeric types in FIR and IIR filters
  • !Make std a default feature to enable publishing and docs to work properly