s_copysign.S revision 1.3
11.3Sjoerg/* $NetBSD: s_copysign.S,v 1.3 2014/11/15 21:07:01 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.3SjoergSTRONG_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