xref
: /
haiku
/
src
/
system
/
libroot
/
posix
/
musl
/
math
/
x86
/
log.s
(revision 84cc2b9655c438c28cd0073991f41684d41d1fe8)
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