aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqshl_n.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vqshl_n.c')
-rw-r--r--ref_vqshl_n.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref_vqshl_n.c b/ref_vqshl_n.c
index 263e661..3ee26b5 100644
--- a/ref_vqshl_n.c
+++ b/ref_vqshl_n.c
@@ -41,7 +41,7 @@ FNNAME (INSN)
{
/* Basic test: v2=vqshl_n(v1,v), then store the result. */
#define TEST_VQSHL_N2(INSN, Q, T1, T2, W, N, V) \
- 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##_n_##T2##W(VECT_VAR(vector, T1, W, N), \
V); \