commit | bc8d4a8c31c43dda40bc081625ef44d607e2b771 | [log] [tgz] |
---|---|---|
author | hayati ayguen <[email protected]> | Wed Dec 25 01:27:33 2019 +0100 |
committer | hayati ayguen <[email protected]> | Wed Dec 25 16:53:31 2019 +0100 |
tree | 61ada15bd47afb4325a8eb1b86a145b63099b0ab | |
parent | cd60b962bb8ca90403146b2daec885500068eeae [diff] [blame] |
added generation of gnuplot figures as pseudo-ctest; +bench_all.sh * test_pffft now produces .csv files directly * automatic compilation/testing and plots with bench_all.sh Signed-off-by: hayati ayguen <[email protected]>
diff --git a/pffft.c b/pffft.c index 36bf6a8..ce76542 100644 --- a/pffft.c +++ b/pffft.c
@@ -71,6 +71,7 @@ #endif #include <stdlib.h> +#include <stdint.h> #include <stdio.h> #include <math.h> #include <assert.h>