index
:
bootstrap.git
trunk
Bootstrapping a C compiler from scratch
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
05
/
musl-0.6.0
/
src
/
math
/
i386
/
e_sqrtf.s
blob: 015e24cdf1bd1c25dc120fe079ecb790167c1336 (
plain
)
1
2
3
4
.global sqrtf
sqrtf
:
flds
4
(%
esp
)
fsqrt
ret