basic_dsp 0.2.1

Digital signal processing based on 1xN (one times N) or Nx1 vectors in real or complex number space. Vectors come with basic arithmetic, convolution, Fourier transformation and interpolation operations.
Documentation
@echo off
rem f32x8/avx causes a crash right now. See comment on https://github.com/huonw/simd/pull/18

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

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