Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
  2. #include<libc/asm.h>
  3. MK_C_SYM(log10)
  4.         fldlg2
  5.         fldl    4(%esp)
  6.         fyl2x
  7.         ret
  8.