home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Extra Super CD 1998 January
/
PCPLUS131.iso
/
DJGPP
/
V2
/
DJLSR201.ZIP
/
src
/
libc
/
compat
/
math
/
log2.s
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-11
|
124 b
|
8 lines
/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
.globl _log2
_log2:
fld1
fldl 4(%esp)
fyl2x
ret