Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libm/arch/riscv Don't alias the long double version to t...
details: https://anonhg.NetBSD.org/src/rev/5ff875abf3c3
branches: trunk
changeset: 450423:5ff875abf3c3
user: maya <maya%NetBSD.org@localhost>
date: Sat Apr 13 17:18:26 2019 +0000
description:
Don't alias the long double version to the double version.
We now have 128bit long double (by the upstream GCC changing things)
diffstat:
lib/libm/arch/riscv/s_copysign.S | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (17 lines):
diff -r 654004f2e804 -r 5ff875abf3c3 lib/libm/arch/riscv/s_copysign.S
--- a/lib/libm/arch/riscv/s_copysign.S Sat Apr 13 16:08:54 2019 +0000
+++ b/lib/libm/arch/riscv/s_copysign.S Sat Apr 13 17:18:26 2019 +0000
@@ -1,12 +1,9 @@
-/* $NetBSD: s_copysign.S,v 1.4 2015/03/27 23:35:40 matt Exp $ */
+/* $NetBSD: s_copysign.S,v 1.5 2019/04/13 17:18:26 maya Exp $ */
/* The contents of this file are in the public domain. */
#include <machine/asm.h>
-STRONG_ALIAS(_copysignl, copysign)
-WEAK_ALIAS(copysignl, _copysignl)
-
ENTRY(copysign)
fsgnj.d fa0, fa0, fa1
ret
Home |
Main Index |
Thread Index |
Old Index