pub fn fft_simd<T>(x: &[T], _norm: Option<&str>) -> FFTResult<Vec<Complex64>>where T: NumCast + Copy + Debug + 'static,
SIMD-accelerated 1D FFT