aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc11
1 files changed, 11 insertions, 0 deletions
diff --git a/emcc b/emcc
index 5c63a757..0a9c6556 100755
--- a/emcc
+++ b/emcc
@@ -1542,11 +1542,22 @@ try:
['math', [
'__cosdf.c',
'__sindf.c',
+ 'ilogb.c',
+ 'ilogbf.c',
+ 'ilogbl.c',
+ 'ldexp.c',
+ 'ldexpf.c',
+ 'ldexpl.c',
+ 'logb.c',
+ 'logbf.c',
+ 'logbl.c',
'lgamma.c',
'lgamma_r.c',
'lgammaf.c',
'lgammaf_r.c',
'lgammal.c',
+ 'scalbn.c',
+ 'scalbnf.c',
'signgam.c',
'tgamma.c',
'tgammaf.c',