xref
: /
third_party
/
musl
/
src
/
math
/
x86_64
/
logl.s
(revision 570af302)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/musl/src/math/x86_64/
1
.
global
logl
2
.
type
logl
,@
function
3
logl
:
4
fldln2
5
fldt
8
(%
rsp
)
6
fyl2x
7
ret
8