Mercurial > hg > qm-dsp
view ext/kissfft/test/pstats.h @ 207:f11ec82227d5
Change that seemed to be needed for emscripten double-precision build to work
author | Chris Cannam |
---|---|
date | Tue, 14 Mar 2017 13:40:50 +0000 |
parents | 76ec2365b250 |
children |
line wrap: on
line source
#ifndef PSTATS_H #define PSTATS_H void pstats_init(void); void pstats_report(void); #endif