4.1cBSD/usr/src/lib/libc/gen/fabs.s

Compare this file to the similar file:
Show the results in this format:

# @(#)fabs.s	4.1 (Berkeley) 12/21/80
.globl	_fabs
	.align	1
_fabs:
	.word	0x0000
	movd	4(ap),r0
	bgeq	fabsl
	mnegd	r0,r0
fabsl:
	ret