s_copysignf.S revision 1.1
11.1Smatt/* $NetBSD: s_copysignf.S,v 1.1 2014/09/19 17:36:25 matt Exp $ */
21.1Smatt
31.1Smatt/* The contents of this file are in the public domain. */
41.1Smatt
51.1Smatt#include <machine/asm.h>
61.1Smatt
71.1SmattENTRY(copysignf)
81.1Smatt	fsgnj.s	fv0, fa0, fa1
91.1Smatt	ret
101.1SmattEND(copysignf)
11