fpclassify() is C99, not necessarily available in C++
[vlc.git] / modules / audio_filter / spatializer / denormals.h
blobb7570da4bde1ff6484c14c47d7d409601a1e288c
1 // Macro for killing denormalled numbers
2 //
3 // Written by Jezar at Dreampoint, June 2000
4 // http://www.dreampoint.co.uk
5 // Based on IS_DENORMAL macro by Jon Watte
6 // This code is public domain
8 #ifndef _denormals_
9 #define _denormals_
12 #ifdef __cplusplus
13 extern "C"
14 #endif
15 float undenormalise( float );
17 #endif//_denormals_