summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/i386/sqrtl.S
blob: c1a931fd845b9273293404b530482f3267aa275a (plain)
1
2
3
4
5
6
7
8
9
10
11
.text
.type   sqrtl,@function
.global sqrtl
sqrtl:
        fldt   4(%esp)
        fsqrt
        ret

.ende:
.size    sqrtl,.ende-sqrtl