aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqneg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vqneg.c')
-rw-r--r--ref_vqneg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref_vqneg.c b/ref_vqneg.c
index 4ae0af8..b1c9402 100644
--- a/ref_vqneg.c
+++ b/ref_vqneg.c
@@ -61,7 +61,7 @@ void vqneg_extra()
TEST_VDUP(vector, q, int, s, 32, 4, 0x80000000);
/* Apply a unary operator named INSN_NAME */
- fprintf(ref_file, "\n%s overflow output:\n", TEST_MSG);
+ fprintf(ref_file, "\n%s cumulative saturation output:\n", TEST_MSG);
TEST_UNARY_SAT_OP(INSN_NAME, , int, s, 8, 8);
TEST_UNARY_SAT_OP(INSN_NAME, , int, s, 16, 4);
TEST_UNARY_SAT_OP(INSN_NAME, , int, s, 32, 2);