2 * Written by J.T. Conklin <jtc@netbsd.org>.
6 #include <machine/asm.h>
8 RCSID("$NetBSD: s_log1pf.S,v 1.4 1995/05/09 00:13:05 jtc Exp $")
11 * Since the fyl2xp1 instruction has such a limited range:
12 * -(1 - (sqrt(2) / 2)) <= x <= sqrt(2) - 1
13 * it's not worth trying to use it.
24 weak_alias (__log1pf, log1pf)