Source-Changes-HG archive

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

[src/trunk]: src/include Enable fenv support for arm.



details:   https://anonhg.NetBSD.org/src/rev/03b54549ce52
branches:  trunk
changeset: 786455:03b54549ce52
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Apr 28 21:07:36 2013 +0000

description:
Enable fenv support for arm.

diffstat:

 include/fenv.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r ad6bfdf9bd92 -r 03b54549ce52 include/fenv.h
--- a/include/fenv.h    Sun Apr 28 21:06:34 2013 +0000
+++ b/include/fenv.h    Sun Apr 28 21:07:36 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fenv.h,v 1.8 2013/04/27 21:35:25 joerg Exp $   */
+/*     $NetBSD: fenv.h,v 1.9 2013/04/28 21:07:36 matt Exp $    */
 /*
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -25,7 +25,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if !defined(__i386__) && !defined(__amd64__) && !defined(__sparc__)
+#if !defined(__arm__) && !defined(__i386__) \
+    && !defined(__sparc__) && !defined(__x86_64__)
 #error "fenv.h is currently not supported for this architecture"
 #endif
 



Home | Main Index | Thread Index | Old Index