Mercurial > hg > constant-q-cpp
view src/ext/kissfft/test/pstats.h @ 189:c94c81d9a5aa
Change that seemed to be needed for emscripten double-precision build to work
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 10 Mar 2017 18:40:34 +0000 |
parents | 5ed6e970541b |
children |
line wrap: on
line source
#ifndef PSTATS_H #define PSTATS_H void pstats_init(void); void pstats_report(void); #endif