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

8 lines
80 B
ArmAsm

.global log10l
.type log10l,@function
log10l:
fldlg2
fldt 8(%esp)
fyl2x
ret