denormals.h
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:

midi

开发平台:

Unix_Linux

  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
  7. #ifndef _denormals_
  8. #define _denormals_
  9. #ifdef __cplusplus
  10. extern "C"
  11. #endif
  12. float undenormalise( float );
  13. #endif//_denormals_