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