sqrtf.s raw

   1  .global sqrtf
   2  .type sqrtf,@function
   3  sqrtf:  sqrtss %xmm0, %xmm0
   4  	ret
   5