Subversion Repositories Kolibri OS

Rev

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

  1. #include<libc/asm.h>
  2. MK_C_SYM(__ieee754_log10f)
  3. .globl __ieee754_log10f
  4.         fldlg2
  5.         flds    4(%esp)
  6.         fyl2x
  7.         ret
  8.