Is there a way to add custom suffix to fftw 3.3.8 functions (besides the precision suffix)?
For example fftwMySuff_malloc
instead of fftw_malloc
, fftwMySuff_plan
instead of fftw_plan
etc.
I am compiling the library on ubuntu 16.04 using:
./configure && make && make install