aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqdmulh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vqdmulh.c')
-rw-r--r--ref_vqdmulh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ref_vqdmulh.c b/ref_vqdmulh.c
index 0063ec0..a9ee93f 100644
--- a/ref_vqdmulh.c
+++ b/ref_vqdmulh.c
@@ -47,7 +47,8 @@ FNNAME (INSN)
VECT_VAR(vector2, T1, W, N)); \
vst1##Q##_##T2##W(VECT_VAR(result, T1, W, N), \
VECT_VAR(vector_res, T1, W, N)); \
- dump_neon_overflow(TEST_MSG, xSTR(INSN##Q##_##T2##W))
+ dump_neon_overflow(TEST_MSG, xSTR(INSN##Q##_##T2##W), \
+ xSTR(T1), W, N)
/* Two auxliary macros are necessary to expand INSN */
#define TEST_VQDMULH1(INSN, Q, T1, T2, W, N) \