Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 1881 → Rev 1882

/programs/develop/libraries/menuetlibc/src/libm/s_ceil.s
0,0 → 1,21
#include<libc/asm.h>
MK_C_SYM(ceil)
 
pushl %ebp
movl %esp,%ebp
subl $8,%esp
 
fstcw -12(%ebp)
movw -12(%ebp),%dx
orw $0x0800,%dx
andw $0xfbff,%dx
movw %dx,-16(%ebp)
fldcw -16(%ebp)
 
fldl 8(%ebp);
frndint
 
fldcw -12(%ebp)
 
leave
ret
Property changes:
Added: svn:executable
+*
\ No newline at end of property