0.5.0 - 2025-10-19
Using FMA to accelerate and reduce roundoff error in dot products.
Added
- Add
fmafeature 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
stda default feature to enable publishing and docs to work properly