diff --git a/kiss_fft.c b/kiss_fft.c index af2f695..5614838 100644 --- a/kiss_fft.c +++ b/kiss_fft.c @@ -246,7 +246,7 @@ void kf_work( #ifdef _OPENMP // use openmp extensions at the // top-level (not recursive) - if (fstride==1 && p<=5) + if (fstride==1 && p<=5 && m!=1) { int k;