Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4973 right-hear 1
#include
2
MK_C_SYM(copysignf)
3
	movl	8(%esp),%edx
4
	andl	$0x80000000,%edx
5
	movl	4(%esp),%eax
6
	andl	$0x7fffffff,%eax
7
	orl	%edx,%eax
8
	movl	%eax,4(%esp)
9
	flds	4(%esp)
10
	ret