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