mborgerding / kissfft

a Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid
Other
1.39k stars 278 forks source link

Include stdint.h only where fixed point types are used. Use min/max v… #22

Closed detly closed 5 years ago

detly commented 5 years ago

…alues from stdint.h.

This makes sure stdint.h is included when and only when it's needed (since it's a C99ism, it might be helpful for some people if it's not used when it's not needed).

Other changes: