aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqrdmulh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vqrdmulh.c')
-rw-r--r--ref_vqrdmulh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref_vqrdmulh.c b/ref_vqrdmulh.c
index 19a7bf3..d62c87b 100644
--- a/ref_vqrdmulh.c
+++ b/ref_vqrdmulh.c
@@ -41,7 +41,7 @@ FNNAME (INSN)
{
/* vector_res = vqrdmulh(vector,vector2), then store the result. */
#define TEST_VQRDMULH2(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), \
VECT_VAR(vector2, T1, W, N)); \