Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
root
/
src
/
system
/
libroot
/
posix
/
musl
/
math
/
x86
/log2.s
.global log2
.type log2,@function
log2:
fld1
fldl 4(%esp)
fyl2x
ret