xref: /original-bsd/lib/libc/vax/gen/fabs.s (revision 18f6d767)
1/*	fabs.s	4.2	84/11/01	*/
2/* fabs - floating absolute value */
3
4#include "DEFS.h"
5
6ENTRY(fabs, 0)
7	movd	4(ap),r0
8	bgeq	1f
9	mnegd	r0,r0
101:
11	ret
12