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:
Text File  |  1995-03-11  |  124 b   |  8 lines

  1. /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
  2.     .globl    _log2
  3. _log2:
  4.     fld1
  5.     fldl    4(%esp)
  6.     fyl2x
  7.     ret
  8.