Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include RISC-V support <fenv.h>
details: https://anonhg.NetBSD.org/src/rev/a5aa4c004020
branches: trunk
changeset: 802546:a5aa4c004020
user: matt <matt%NetBSD.org@localhost>
date: Fri Sep 19 17:39:15 2014 +0000
description:
RISC-V support <fenv.h>
diffstat:
include/fenv.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r afbcba6b6e19 -r a5aa4c004020 include/fenv.h
--- a/include/fenv.h Fri Sep 19 17:38:46 2014 +0000
+++ b/include/fenv.h Fri Sep 19 17:39:15 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fenv.h,v 1.11 2014/09/03 19:28:20 matt Exp $ */
+/* $NetBSD: fenv.h,v 1.12 2014/09/19 17:39:15 matt Exp $ */
/*
* Copyright (c) 2010 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -26,7 +26,8 @@
*/
#if !defined(__aarch64__) && !defined(__arm__) && !defined(__i386__) \
- && !defined(__or1k__) && !defined(__sparc__) && !defined(__x86_64__)
+ && !defined(__or1k__) && !defined(__riscv__) && !defined(__sparc__) \
+ && !defined(__x86_64__)
#error "fenv.h is currently not supported for this architecture"
#endif
Home |
Main Index |
Thread Index |
Old Index