Skip to content

Fix reuse of plans for real vectors.

Barry Smith requested to merge fix-fftw-real into master

Created by: dmeiser

For real builds we have to use the *r2c anc *c2r versions of the fftw_execute_dft API.

Merge request reports