home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / ansi / math / log.s < prev    next >
Encoding:
Text File  |  1994-11-23  |  124 b   |  8 lines

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