aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqdmull.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vqdmull.c')
-rw-r--r--ref_vqdmull.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref_vqdmull.c b/ref_vqdmull.c
index 35bf6f7..ba98f9c 100644
--- a/ref_vqdmull.c
+++ b/ref_vqdmull.c
@@ -40,7 +40,7 @@ FNNAME (INSN)
{
/* Basic test: y=vqdmull(x,x), then store the result. */
#define TEST_VQDMULL2(INSN, T1, T2, W, W2, N) \
- Neon_Overflow = 0; \
+ Set_Neon_Overflow(0); \
VECT_VAR(vector_res, T1, W2, N) = \
INSN##_##T2##W(VECT_VAR(vector, T1, W, N), \
VECT_VAR(vector2, T1, W, N)); \