aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqshlu_n.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vqshlu_n.c')
-rw-r--r--ref_vqshlu_n.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref_vqshlu_n.c b/ref_vqshlu_n.c
index 5090708..3437e0f 100644
--- a/ref_vqshlu_n.c
+++ b/ref_vqshlu_n.c
@@ -41,7 +41,7 @@ FNNAME (INSN)
{
/* Basic test: v2=vqshlu_n(v1,v), then store the result. */
#define TEST_VQSHLU_N2(INSN, Q, T1, T2, T3, T4, W, N, V) \
- Neon_Overflow = 0; \
+ Set_Neon_Overflow(0); \
VECT_VAR(vector_res, T3, W, N) = \
INSN##Q##_n_##T2##W(VECT_VAR(vector, T1, W, N), \
V); \