Module Name: src
Committed By: matt
Date: Fri Sep 19 17:39:15 UTC 2014
Modified Files:
src/include: fenv.h
Log Message:
RISC-V support <fenv.h>
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/include/fenv.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/fenv.h
diff -u src/include/fenv.h:1.11 src/include/fenv.h:1.12
--- src/include/fenv.h:1.11 Wed Sep 3 19:28:20 2014
+++ src/include/fenv.h Fri Sep 19 17:39:15 2014
@@ -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