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

6 lines
68 B
ArmAsm

.global sqrtl
.type sqrtl,@function
sqrtl: fldt 8(%esp)
fsqrt
ret