musl-tcc/src/math/x32/sqrtf.s

5 lines
69 B
ArmAsm

.global sqrtf
.type sqrtf,@function
sqrtf: sqrtss %xmm0, %xmm0
ret