We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679c63c commit cdeac3eCopy full SHA for cdeac3e
1 file changed
android/config.h
@@ -199,6 +199,13 @@
199
/* Define to do all DSP in single floating point precision */
200
/* #undef WITH_FLOAT */
201
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
+
209
/* Define to profile the DSP code */
210
/* #undef WITH_PROFILING */
211
0 commit comments