e_log10f.S (147B)
1 /* 2 * Written by J.T. Conklin <jtc@netbsd.org>. 3 * Public domain. 4 */ 5 6 #include <asm.h> 7 8 ENTRY(__ieee754_log10f) 9 fldlg2 10 flds 4(%esp) 11 fyl2x 12 ret
vx32Local 9vx git repository for patches. | |
git clone git://r-36.net/vx32 | |
Log | Files | Refs |