We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Mark
I have fiddling with many DSP platforms where KISSFFT does a good job - THANX A MIL. But I have now seen some platforms with a quite string handling.
Can I with charm, sneaky tactics, and flatter ask you to change https://github.com/mborgerding/kissfft/blob/master/kiss_fft_log.h#L20 from #if defined(NDEBUG) to #if defined(NDEBUG) || defined(KIFFFFT_NO_LOG)
or similar - the naming etc I leave up to you.
The problem is that Debug builds will fail if not prohibited with a KISSFFT-specific compile flag.
Again thank you - U rock.
/pto
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Mark
I have fiddling with many DSP platforms where KISSFFT does a good job - THANX A MIL.
But I have now seen some platforms with a quite string handling.
Can I with charm, sneaky tactics, and flatter ask you to change
https://github.com/mborgerding/kissfft/blob/master/kiss_fft_log.h#L20
from
#if defined(NDEBUG)
to
#if defined(NDEBUG) || defined(KIFFFFT_NO_LOG)
or similar - the naming etc I leave up to you.
The problem is that Debug builds will fail if not prohibited with a KISSFFT-specific compile flag.
Again thank you - U rock.
/pto
The text was updated successfully, but these errors were encountered: