add .gitignore file
[musl] / src / math / i386 / s_scalblnf.s
1 .global ldexpf
2 .global scalbnf
3 .global scalblnf
4 .type ldexpf,@function
5 .type scalbnf,@function
6 .type scalblnf,@function
7 ldexpf:
8 scalbnf:
9 scalblnf:
10         fildl 8(%esp)
11         flds 4(%esp)
12         fscale
13         fstp %st(1)
14         ret