diff options
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) |