|
|
bca718 |
commit 39e6cd8d643779188fd43d9e2d5ed4e47a64d924
|
|
|
bca718 |
Author: Ian Bolton <ian.bolton@arm.com>
|
|
|
bca718 |
Date: Thu Apr 17 15:31:01 2014 +0000
|
|
|
bca718 |
|
|
|
bca718 |
Add fenv test support for AArch64.
|
|
|
bca718 |
|
|
|
bca718 |
diff --git a/ports/sysdeps/aarch64/math-tests.h b/ports/sysdeps/aarch64/math-tests.h
|
|
|
bca718 |
new file mode 100644
|
|
|
bca718 |
index 0000000..6a0b898
|
|
|
bca718 |
--- /dev/null
|
|
|
bca718 |
+++ b/ports/sysdeps/aarch64/math-tests.h
|
|
|
bca718 |
@@ -0,0 +1,22 @@
|
|
|
bca718 |
+/* Configuration for math tests. AArch64 version.
|
|
|
bca718 |
+ Copyright (C) 2014 Free Software Foundation, Inc.
|
|
|
bca718 |
+ This file is part of the GNU C Library.
|
|
|
bca718 |
+
|
|
|
bca718 |
+ The GNU C Library is free software; you can redistribute it and/or
|
|
|
bca718 |
+ modify it under the terms of the GNU Lesser General Public
|
|
|
bca718 |
+ License as published by the Free Software Foundation; either
|
|
|
bca718 |
+ version 2.1 of the License, or (at your option) any later version.
|
|
|
bca718 |
+
|
|
|
bca718 |
+ The GNU C Library is distributed in the hope that it will be useful,
|
|
|
bca718 |
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
bca718 |
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
bca718 |
+ Lesser General Public License for more details.
|
|
|
bca718 |
+
|
|
|
bca718 |
+ You should have received a copy of the GNU Lesser General Public
|
|
|
bca718 |
+ License along with the GNU C Library; if not, see
|
|
|
bca718 |
+ <http://www.gnu.org/licenses/>. */
|
|
|
bca718 |
+
|
|
|
bca718 |
+/* Trapping exceptions are optional on AArch64. */
|
|
|
bca718 |
+#define EXCEPTION_ENABLE_SUPPORTED(EXCEPT) ((EXCEPT) == 0)
|
|
|
bca718 |
+
|
|
|
bca718 |
+#include_next <math-tests.h>
|