X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fi386%2Fe_exp.s;h=c50abc5ed33a5254df9324c4322b31aa4d7962f8;hb=291666a14a41fe46c1e302585de97b399ab631e7;hp=d6c54a30f23066e94c2701a2a601d23252d24b4a;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl diff --git a/src/math/i386/e_exp.s b/src/math/i386/e_exp.s index d6c54a30..c50abc5e 100644 --- a/src/math/i386/e_exp.s +++ b/src/math/i386/e_exp.s @@ -1,4 +1,5 @@ .global expf +.type expf,@function expf: mov 4(%esp),%eax flds 4(%esp) @@ -8,6 +9,7 @@ expf: jmp 0f .global exp +.type exp,@function exp: mov 8(%esp),%eax fldl 4(%esp)