aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqdmull_n.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vqdmull_n.c')
-rw-r--r--ref_vqdmull_n.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ref_vqdmull_n.c b/ref_vqdmull_n.c
index 7a149cc..e41593d 100644
--- a/ref_vqdmull_n.c
+++ b/ref_vqdmull_n.c
@@ -48,7 +48,8 @@ FNNAME (INSN)
L); \
vst1q_##T2##W2(VECT_VAR(result, T1, W2, N), \
VECT_VAR(vector_res, T1, W2, N)); \
- dump_neon_overflow(TEST_MSG, xSTR(INSN##_n_##T2##W))
+ dump_neon_overflow(TEST_MSG, xSTR(INSN##_n_##T2##W), \
+ xSTR(T1), W, N)
/* Two auxliary macros are necessary to expand INSN */
#define TEST_VQDMULL_N1(INSN, T1, T2, W, W2, N, L) \