提交 bc30aea4 编写于 作者: R Rich Felker

type directives for x86_64 math asm

上级 6b3d5e50
.global sqrt
.type sqrt,@function
sqrt: sqrtsd %xmm0, %xmm0
ret
.global sqrtf
.type sqrtf,@function
sqrtf: sqrtss %xmm0, %xmm0
ret
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册