Skip to content

Commit cdeac3e

Browse files
authored
add math floats functions defines
1 parent 679c63c commit cdeac3e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

android/config.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,13 @@
199199
/* Define to do all DSP in single floating point precision */
200200
/* #undef WITH_FLOAT */
201201

202+
#define HAVE_SINF 1
203+
#define HAVE_COSF 1
204+
#define HAVE_FABSF 1
205+
#define HAVE_POWF 1
206+
#define HAVE_SQRTF 1
207+
#define HAVE_LOGF 1
208+
202209
/* Define to profile the DSP code */
203210
/* #undef WITH_PROFILING */
204211

0 commit comments

Comments
 (0)