this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #21 from jmcph4/fix20

Include `stdint.h` in `_kiss_fft_guts.h`

authored by

mborgerding and committed by
GitHub
a75f0848 0bfa4d53

+1
+1
_kiss_fft_guts.h
··· 12 12 typedef struct { kiss_fft_scalar r; kiss_fft_scalar i; }kiss_fft_cpx; */ 13 13 #include "kiss_fft.h" 14 14 #include <limits.h> 15 + #include <stdint.h> 15 16 16 17 #define MAXFACTORS 32 17 18 /* e.g. an fft of length 128 has 4 factors