4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / lib / libc / i386 / gen / fabs.s
CommitLineData
9a88a7ab 1/*-
b17c65bb
KB
2 * Copyright (c) 1990, 1993
3 * The Regents of the University of California. All rights reserved.
9a88a7ab
WN
4 *
5 * This code is derived from software contributed to Berkeley by
6 * William Jolitz.
7 *
8 * %sccs.include.redist.c%
9 */
10
11#if defined(LIBC_SCCS) && !defined(lint)
b17c65bb 12 .asciz "@(#)fabs.s 8.1 (Berkeley) %G%"
9a88a7ab
WN
13#endif /* LIBC_SCCS and not lint */
14
15#include "DEFS.h"
16
17ENTRY(fabs)
837a0c29 18 fldl 4(%esp)
9a88a7ab
WN
19 fabs
20 ret