xref
: /
haiku
/
src
/
system
/
libroot
/
posix
/
musl
/
math
/
x86
/
log.s
(revision f504f61099b010fbfa94b1cc63d2e9072c7f7185)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
.
global
log
2
.
type
log
,@
function
3
log
:
4
fldln2
5
fldl
4
(%
esp
)
6
fyl2x
7
ret
8