aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqrshl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vqrshl.c')
-rw-r--r--ref_vqrshl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref_vqrshl.c b/ref_vqrshl.c
index 5028bf9..e4a33e5 100644
--- a/ref_vqrshl.c
+++ b/ref_vqrshl.c
@@ -41,7 +41,7 @@ FNNAME (INSN)
{
/* Basic test: v3=vqrshl(v1,v2), then store the result. */
#define TEST_VQRSHL2(INSN, T3, Q, T1, T2, W, N) \
- Set_Neon_Cumulative_Sat(0); \
+ Set_Neon_Cumulative_Sat(0, VECT_VAR(vector_res, T1, W, N)); \
VECT_VAR(vector_res, T1, W, N) = \
INSN##Q##_##T2##W(VECT_VAR(vector, T1, W, N), \
VECT_VAR(vector_shift, T3, W, N)); \