提交 9d82a15e 编写于 作者: R Rich Felker

asm for log2

上级 27deb538
.global log2
.type log2,@function
log2:
fld1
fldl 4(%esp)
fyl2x
ret
.global log2f
.type log2f,@function
log2f:
fld1
flds 4(%esp)
fyl2x
ret
.global log2l
.type log2l,@function
log2l:
fld1
fldt 4(%esp)
fyl2x
ret
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册