2 * Written by J.T. Conklin <jtc@netbsd.org>.
6 #include <machine/asm.h>
8 RCSID("$NetBSD: s_finite.S,v 1.4 1995/05/08 23:57:41 jtc Exp $")
12 andl $0x7ff00000, %eax
13 cmpl $0x7ff00000, %eax
15 andl $0x000000ff, %eax
18 weak_alias (__finite, finite)