s_copysignf.S revision 1.2
11.2Smatt/* $NetBSD: s_copysignf.S,v 1.2 2015/03/27 23:35:40 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.2Smatt	fsgnj.s	fa0, fa0, fa1
91.1Smatt	ret
101.1SmattEND(copysignf)
11