aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqdmulh_n.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vqdmulh_n.c')
-rw-r--r--ref_vqdmulh_n.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref_vqdmulh_n.c b/ref_vqdmulh_n.c
index 60716f7..376259e 100644
--- a/ref_vqdmulh_n.c
+++ b/ref_vqdmulh_n.c
@@ -42,7 +42,7 @@ FNNAME (INSN)
/* vector_res = vqdmulh_n(vector,val), then store the result. */
#define TEST_VQDMULH_N2(INSN, Q, T1, T2, W, N, L) \
- 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), \
L); \