11.5Smaya/* $NetBSD: s_copysign.S,v 1.5 2019/04/13 17:18:26 maya 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(copysign)
81.4Smatt	fsgnj.d	fa0, fa0, fa1
91.1Smatt	ret
101.1SmattEND(copysign)
11