don't truncate lines, don't allow tabs to back up (I think this is tested!)
[unix-history] / usr / src / lib / libm / mc68881 / log1p.s
CommitLineData
39f26516
KB
1/*-
2 * Copyright (c) 1990 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * the Systems Programming Group of the University of Utah Computer
7 * Science Department.
8 *
9 * %sccs.include.redist.c%
10 *
11 * @(#)log1p.s 5.1 (Berkeley) %G%
12 */
13
14/* log1p(x) */
15
16 .text
17 .globl _log1p
18
19_log1p:
20 flognp1d sp@(4),fp0
21 fmoved fp0,sp@-
22 movel sp@+,d0
23 movel sp@+,d1
24 rts