diff options
author | Mans Rullgard <mans@mansr.com> | 2012-10-13 22:54:53 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-10-23 12:00:21 +0100 |
commit | fab0a8b2c6caa0e6478915bb42904995d70c4b3f (patch) | |
tree | 7d0baafb8efe19c98286debab2441ccb69a1710a /configure | |
parent | c3e73100af9b685be796bcd3e68786130d45ea24 (diff) | |
download | ffmpeg-fab0a8b2c6caa0e6478915bb42904995d70c4b3f.tar.gz |
libm: add fallbacks for various single-precision functions
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 " |