summaryrefslogtreecommitdiff
path: root/src/math/i386/sqrtl.s
blob: e0d426168423a1df00c06792ed822989da417ab9 (plain) (blame)
1
2
3
4
5
.global sqrtl
.type sqrtl,@function
sqrtl:	fldt 4(%esp)
	fsqrt
	ret