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