musl-tcc/src/math/x32/sqrtf.s
2022-04-14 15:49:55 +08:00

5 lines
69 B
ArmAsm

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