aboutsummaryrefslogtreecommitdiffstats
path: root/stm-arm-neon-ref.h
diff options
context:
space:
mode:
Diffstat (limited to 'stm-arm-neon-ref.h')
-rw-r--r--stm-arm-neon-ref.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stm-arm-neon-ref.h b/stm-arm-neon-ref.h
index b06b23f..33677fd 100644
--- a/stm-arm-neon-ref.h
+++ b/stm-arm-neon-ref.h
@@ -709,7 +709,7 @@ static void clean_results (void)
DECL_VARIABLE_128BITS_UNSIGNED_VARIANTS(VAR)
/* Helpers to initialize vectors */
-#define TEST_VDUP(VAR, Q, T1, T2, W, N, V) \
+#define VDUP(VAR, Q, T1, T2, W, N, V) \
VECT_VAR(VAR, T1, W, N) = vdup##Q##_n_##T2##W(V)
#define TEST_VSET_LANE(VAR, Q, T1, T2, W, N, L, V) \
@@ -718,7 +718,7 @@ static void clean_results (void)
L)
/* We need to load initial values first, so rely on VLD1 */
-#define TEST_VLOAD(VAR, BUF, Q, T1, T2, W, N) \
+#define VLOAD(VAR, BUF, Q, T1, T2, W, N) \
VECT_VAR(VAR, T1, W, N) = vld1##Q##_##T2##W(VECT_VAR(BUF, T1, W, N))
/* Helpers for macros with 1 constant and 5 variable arguments */