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

6 lines
68 B
ArmAsm
Raw Normal View History

2022-04-14 07:49:55 +00:00
.global sqrtl
.type sqrtl,@function
sqrtl: fldt 8(%esp)
fsqrt
ret