summaryrefslogtreecommitdiff
path: root/lib/libm/arch/powerpc/s_fmaf.S
blob: b930022d67437df823fbe40fa11f037f22950b02 (plain)
1
2
3
4
5
6
7
8
9
10
/* $NetBSD: s_fmaf.S,v 1.1 2022/06/23 16:42:50 martin Exp $ */

/* The contents of this file are in the public domain. */

#include <machine/asm.h>

ENTRY(fmaf)
	fmadds	%f1, %f1, %f2, %f3
	blr
END(fmaf)