Source-Changes-HG archive

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

[src/trunk]: src/lib/libm Add sqrtl



details:   https://anonhg.NetBSD.org/src/rev/d01f293d9c6e
branches:  trunk
changeset: 342579:d01f293d9c6e
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Dec 29 16:57:35 2015 +0000

description:
Add sqrtl

diffstat:

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

diffs (18 lines):

diff -r 94b061970538 -r d01f293d9c6e lib/libm/Makefile
--- a/lib/libm/Makefile Tue Dec 29 16:55:39 2015 +0000
+++ b/lib/libm/Makefile Tue Dec 29 16:57:35 2015 +0000
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.173 2015/12/21 17:02:02 christos Exp $
+#  $NetBSD: Makefile,v 1.174 2015/12/29 16:57:35 christos Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -141,6 +141,8 @@
            s_ceil.S s_copysign.S s_cos.S s_expm1.S s_finite.S s_floor.S \
            s_log1p.S s_logb.S s_rint.S s_scalbn.S s_sin.S s_tan.S s_tanh.S
 .endif
+COPTS.e_sqrtl.c += -DHAVE_FENV_H
+COMMON_SRCS += fenv.c
 .endif
 # end of m68k
 .elif (${LIBC_MACHINE_ARCH} == "vax")



Home | Main Index | Thread Index | Old Index