math: fix i386/expl.s with more precise x*log2e
[musl] / src / math / i386 / exp.s
index c7f5ad0..e3b42af 100644 (file)
@@ -50,12 +50,6 @@ expf:
        flds 4(%esp)
        jmp 2f
 
-.global expl
-.type expl,@function
-expl:
-       fldt 4(%esp)
-       jmp 2f
-
 .global exp
 .type exp,@function
 exp: