diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-12-30 11:52:19 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-12-30 11:52:19 +0000 |
commit | 5c909fa013fc285f010a95e8d387e0ef3412da9c (patch) | |
tree | 1059d068ad281f4776ff44cd414574f99a460023 /test/builtins/Unit/multc3_test.c | |
parent | f31bcc68c72371a2bf63aead9f3373a1ff2053b6 (diff) |
Notes
Diffstat (limited to 'test/builtins/Unit/multc3_test.c')
-rw-r--r-- | test/builtins/Unit/multc3_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/builtins/Unit/multc3_test.c b/test/builtins/Unit/multc3_test.c index b1482638a913f..f6cf4ca875be4 100644 --- a/test/builtins/Unit/multc3_test.c +++ b/test/builtins/Unit/multc3_test.c @@ -13,7 +13,7 @@ #include <stdio.h> -#if _ARCH_PPC +#if _ARCH_PPC || __aarch64__ #include "int_lib.h" #include <math.h> @@ -357,7 +357,7 @@ long double x[][2] = int main() { -#if _ARCH_PPC +#if _ARCH_PPC || __aarch64__ const unsigned N = sizeof(x) / sizeof(x[0]); unsigned i, j; for (i = 0; i < N; ++i) |