Skip to content
New issue

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

logging with kissfft #77

Open
peter-toft-greve opened this issue Apr 21, 2022 · 0 comments
Open

logging with kissfft #77

peter-toft-greve opened this issue Apr 21, 2022 · 0 comments

Comments

@peter-toft-greve
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant