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(finite)
3
	movl	8(%esp),%eax
4
	andl	$0x7ff00000, %eax
5
	cmpl	$0x7ff00000, %eax
6
	setne	%al
7
	andl	$0x000000ff, %eax
8
	ret