aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqmovn.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vqmovn.c')
-rw-r--r--ref_vqmovn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref_vqmovn.c b/ref_vqmovn.c
index 87e119c..0f7c933 100644
--- a/ref_vqmovn.c
+++ b/ref_vqmovn.c
@@ -41,7 +41,7 @@ FNNAME (INSN_NAME)
{
/* Basic test: y=OP(x), then store the result. */
#define TEST_UNARY_OP1(INSN, T1, T2, W, W2, 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##_##T2##W2(VECT_VAR(vector, T1, W2, N)); \
vst1##_##T2##W(VECT_VAR(result, T1, W, N), \