aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqabs.c
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2014-06-03 22:47:52 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2014-06-03 22:47:52 +0200
commit4a6e5cc95176769664bc9e56d4e7c92b7a2fc816 (patch)
tree614baf4a3939bd6a255da33aebf5cd12a43e8021 /ref_vqabs.c
parentfad316adcad1edd1cbb1e01769768abcffcb1070 (diff)
downloadplatform_external_arm-neon-tests-4a6e5cc95176769664bc9e56d4e7c92b7a2fc816.tar.gz
platform_external_arm-neon-tests-4a6e5cc95176769664bc9e56d4e7c92b7a2fc816.tar.bz2
platform_external_arm-neon-tests-4a6e5cc95176769664bc9e56d4e7c92b7a2fc816.zip
Renamed Neon overflow to Neon cumulative saturation, since it's the real name.
Diffstat (limited to 'ref_vqabs.c')
-rw-r--r--ref_vqabs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref_vqabs.c b/ref_vqabs.c
index 4a4d04e..a7a6466 100644
--- a/ref_vqabs.c
+++ b/ref_vqabs.c
@@ -61,7 +61,7 @@ void vqabs_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);