basic_dsp 0.5.6

Digital signal processing based on real or complex vectors in time or frequency domain. Vectors come with basic arithmetic, convolution, Fourier transformation and interpolation operations. The vectors are optimized for sizes of a couple of thousand elements or more. The same operations are provdided for matrices. For complete matrix algebra this lib is intended to be used in combination with other matrix libs. Please refer to the documentation for more information about this.
Documentation
@echo off
rem Runs rustc and enables SIMD CPU features

rem Choose one of the two rustc.exe calls depending on your CPU architecture


rem rustc.exe -C target-cpu=native -C target-feature=+sse2,+sse3,+avx2,+avx %*

rustc.exe -C target-cpu=native -C target-feature=+sse2,+sse3 %*