kfrlib / kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
https://www.kfrlib.com
GNU General Public License v2.0
1.65k stars 253 forks source link

Fix std::complex compatibility and several features #76

Closed slarew closed 4 years ago

slarew commented 4 years ago

8a969d06cab0633552d6014a65ee5aa0abb0640c restores full compatibility between kfr::complex and std::complex.

The remaining commits are new features.

dancazarin commented 4 years ago

Thank you for the great contribution. The changes will be merged into master after testing.