Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libm/src add erfl erfcl
details: https://anonhg.NetBSD.org/src/rev/851603f60639
branches: trunk
changeset: 333690:851603f60639
user: christos <christos%NetBSD.org@localhost>
date: Fri Nov 14 03:31:41 2014 +0000
description:
add erfl erfcl
diffstat:
lib/libm/src/namespace.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 9b05841d00bc -r 851603f60639 lib/libm/src/namespace.h
--- a/lib/libm/src/namespace.h Fri Nov 14 01:05:57 2014 +0000
+++ b/lib/libm/src/namespace.h Fri Nov 14 03:31:41 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: namespace.h,v 1.11 2014/06/16 12:54:43 joerg Exp $ */
+/* $NetBSD: namespace.h,v 1.12 2014/11/14 03:31:41 christos Exp $ */
#define atan2 _atan2
#define atan2f _atan2f
@@ -69,3 +69,6 @@
#define tanhl _tanhl
#define atanhl _atanhl
#define log10l _log10l
+
+#define erfl _erfl
+#define erfcl _erfcl
Home |
Main Index |
Thread Index |
Old Index