Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include AAPCS64 supports 16-byte long doubles
details: https://anonhg.NetBSD.org/src/rev/48d109d07c62
branches: trunk
changeset: 326425:48d109d07c62
user: matt <matt%NetBSD.org@localhost>
date: Wed Jan 29 01:01:14 2014 +0000
description:
AAPCS64 supports 16-byte long doubles
diffstat:
sys/arch/arm/include/math.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r c37e6b0e8757 -r 48d109d07c62 sys/arch/arm/include/math.h
--- a/sys/arch/arm/include/math.h Wed Jan 29 00:42:15 2014 +0000
+++ b/sys/arch/arm/include/math.h Wed Jan 29 01:01:14 2014 +0000
@@ -1,3 +1,6 @@
-/* $NetBSD: math.h,v 1.2 2002/02/19 13:08:14 simonb Exp $ */
+/* $NetBSD: math.h,v 1.3 2014/01/29 01:01:14 matt Exp $ */
#define __HAVE_NANF
+#ifdef __ARM_PCS_AAPCS64
+#define __HAVE_LONG_DOUBLE
+#endif
Home |
Main Index |
Thread Index |
Old Index