Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9845 → Rev 9846

/programs/develop/ktcc/trunk/libc.obj/source/math/tan.s
1,5 → 1,7
/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 
.global tan;
 
tan.L0:
.quad 0xffffffffffffffff
 
10,7 → 12,7
fstp %st(0)
sahf
jnp tan.L1
/* fstp %st(0) - if exception, there is nothing on the stack */
fstp %st(0) /*- if exception, there is nothing on the stack */
fldl tan.L0
tan.L1:
ret