pdbox: Always use fixedpoint version of math functions

Change-Id: Ie5671d8f425804c9cf3265bad86eadadaf73ea1c
This commit is contained in:
Marcin Bukat 2012-10-07 15:04:24 +02:00
parent ef4bf8a9f0
commit 71778bd21e
12 changed files with 14 additions and 12 deletions

View file

@ -12,7 +12,7 @@ inputs to int and their outputs back to float. */
#endif
#include "m_pd.h"
#include <math.h>
#include "../../math.h"
/* MSW and OSX don't appear to have single-precision ANSI math */