summaryrefslogblamecommitdiff
path: root/src/math/x86_64/sqrt.s
blob: d3c609f9f8d540beac7cc5a436aab807ea511b1d (plain) (tree)
1
2
3
4
            
                    

                           
.global sqrt
.type sqrt,@function
sqrt:	sqrtsd %xmm0, %xmm0
	ret