1
0
Fork 0
forked from len0rd/rockbox

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

@ -11,7 +11,7 @@
#endif
#include "m_pd.h"
#include <math.h>
#include "../../math.h"
#define LOGTEN 2.302585092994
float mtof(float f)

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 */