aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqrshrun_n.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vqrshrun_n.c')
-rw-r--r--ref_vqrshrun_n.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ref_vqrshrun_n.c b/ref_vqrshrun_n.c
index a80b396..c525f4a 100644
--- a/ref_vqrshrun_n.c
+++ b/ref_vqrshrun_n.c
@@ -47,7 +47,8 @@ FNNAME (INSN)
V); \
vst1_u##W2(VECT_VAR(result, uint, W2, N), \
VECT_VAR(vector_res, uint, W2, N)); \
- dump_neon_overflow(TEST_MSG, xSTR(INSN##_##T2##W))
+ dump_neon_overflow(TEST_MSG, xSTR(INSN##_##T2##W), \
+ xSTR(T1), W, N)
/* Two auxliary macros are necessary to expand INSN */
#define TEST_VQRSHRUN_N1(INSN, T1, T2, W, W2, N, V) \