Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-10-14 01:54:53 +0400
committerMans Rullgard <mans@mansr.com>2012-10-23 15:00:21 +0400
commitfab0a8b2c6caa0e6478915bb42904995d70c4b3f (patch)
tree7d0baafb8efe19c98286debab2441ccb69a1710a /configure
parentc3e73100af9b685be796bcd3e68786130d45ea24 (diff)
libm: add fallbacks for various single-precision functions
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index e1524fbf21..35cf34f776 100755
--- a/configure
+++ b/configure
@@ -1125,20 +1125,28 @@ HAVE_LIST_PUB='
'
MATH_FUNCS="
+ atanf
+ atan2f
cbrtf
+ cosf
exp2
exp2f
+ expf
isinf
isnan
+ ldexpf
llrint
llrintf
log2
log2f
+ log10f
lrint
lrintf
+ powf
rint
round
roundf
+ sinf
trunc
truncf
"