Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libm add s_rintl.c for aarch64. ok by ryo@.



details:   https://anonhg.NetBSD.org/src/rev/0c4032bd3214
branches:  trunk
changeset: 826124:0c4032bd3214
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Wed Aug 16 13:34:59 2017 +0000

description:
add s_rintl.c for aarch64. ok by ryo@.

diffstat:

 lib/libm/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f6fd7cdc8235 -r 0c4032bd3214 lib/libm/Makefile
--- a/lib/libm/Makefile Wed Aug 16 11:22:52 2017 +0000
+++ b/lib/libm/Makefile Wed Aug 16 13:34:59 2017 +0000
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.198 2017/08/16 09:18:24 he Exp $
+#  $NetBSD: Makefile,v 1.199 2017/08/16 13:34:59 nisimura Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -60,6 +60,7 @@
 .if ${MKSOFTFLOAT} == "no"
 COMMON_SRCS+= fenv.c
 .endif
+COMMON_SRCS+= s_rintl.c
 COMMON_SRCS+= e_sqrtl.c
 COMMON_SRCS+= s_fma.c s_fmaf.c s_fmal.c
 



Home | Main Index | Thread Index | Old Index