Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 1881 → Rev 1882

/programs/develop/libraries/menuetlibc/src/libm/s_expm1.s
0,0 → 1,17
#include<libc/asm.h>
 
MK_C_SYM(expm1)
fldl 4(%esp)
fldl2e
fmulp
fstl %st(1)
frndint
fstl %st(2)
fsubrp
f2xm1
fld1
faddp
fscale
fld1
fsubrp
ret
Property changes:
Added: svn:executable
+*
\ No newline at end of property