summaryrefslogblamecommitdiff
path: root/src/math/x32/sqrtl.s
blob: 23cd687d02641d8f554860467de2e758bd63083d (plain) (tree)
1
2
3
4
5




                     
.global sqrtl
.type sqrtl,@function
sqrtl:	fldt 8(%rsp)
	fsqrt
	ret