aboutsummaryrefslogtreecommitdiffstats
path: root/ref_v_binary_sat_op.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_v_binary_sat_op.c')
-rw-r--r--ref_v_binary_sat_op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref_v_binary_sat_op.c b/ref_v_binary_sat_op.c
index 71af870..532da16 100644
--- a/ref_v_binary_sat_op.c
+++ b/ref_v_binary_sat_op.c
@@ -41,7 +41,7 @@ FNNAME (INSN_NAME)
/* vector_res = OP(vector1,vector2), then store the result. */
#define TEST_BINARY_SAT_OP1(INSN, 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(vector1, T1, W, N), \
VECT_VAR(vector2, T1, W, N)); \