aboutsummaryrefslogtreecommitdiffstats
path: root/ref_v_unary_sat_op.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_v_unary_sat_op.c')
-rw-r--r--ref_v_unary_sat_op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref_v_unary_sat_op.c b/ref_v_unary_sat_op.c
index bd110fb..16c65ee 100644
--- a/ref_v_unary_sat_op.c
+++ b/ref_v_unary_sat_op.c
@@ -40,7 +40,7 @@ FNNAME (INSN_NAME)
{
/* Basic test: y=OP(x), then store the result. */
#define TEST_UNARY_SAT_OP1(INSN, Q, T1, T2, W, N) \
- Neon_Overflow = 0; \
+ Set_Neon_Overflow(0); \
VECT_VAR(vector_res, T1, W, N) = \
INSN##Q##_##T2##W(VECT_VAR(vector, T1, W, N)); \
vst1##Q##_##T2##W(VECT_VAR(result, T1, W, N), \