s_copysign.S revision 1.2
11.2Sjoerg/* $NetBSD: s_copysign.S,v 1.2 2014/11/15 20:59:02 joerg 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.2SjoergSTRONG_ALIAS(_copysignl, _copysign)
81.2SjoergWEAK_ALIAS(copysignl, _copysignl)
91.2Sjoerg
101.1SmattENTRY(copysign)
111.1Smatt	fsgnj.d	fv0, fa0, fa1
121.1Smatt	ret
131.1SmattEND(copysign)
14