sqrt.s raw

   1  .global sqrt
   2  .type sqrt,@function
   3  sqrt:	sqrtsd %xmm0, %xmm0
   4  	ret
   5