aboutsummaryrefslogtreecommitdiff
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm-arm-neon-ref.h b/stm-arm-neon-ref.h
index 2f2d255..e9bbe3c 100644
--- a/stm-arm-neon-ref.h
+++ b/stm-arm-neon-ref.h
@@ -661,7 +661,7 @@ static void clean_results (void)
/* Helpers to declare variables of various types */
#define DECL_VARIABLE(VAR, T1, W, N) \
- VECT_TYPE(T1, W, N) VECT_VAR(VAR, T1, W, N)
+ volatile VECT_TYPE(T1, W, N) VECT_VAR(VAR, T1, W, N)
#define DECL_VARIABLE_64BITS_SIGNED_VARIANTS(VAR) \
DECL_VARIABLE(VAR, int, 8, 8); \