aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vrshl.c
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2011-02-08 18:34:27 +0100
committerChristophe Lyon <christophe.lyon@st.com>2011-02-08 18:34:27 +0100
commit6ed6dc41e965e2b370395cd43c61c439a0e6d352 (patch)
tree0871bf476607dec009050ac8ae4eefab3ed5decf /ref_vrshl.c
parent8f28f9ab48ec09d6f4cc7458167a7774fc4c4163 (diff)
downloadplatform_external_arm-neon-tests-6ed6dc41e965e2b370395cd43c61c439a0e6d352.tar.gz
platform_external_arm-neon-tests-6ed6dc41e965e2b370395cd43c61c439a0e6d352.tar.bz2
platform_external_arm-neon-tests-6ed6dc41e965e2b370395cd43c61c439a0e6d352.zip
Fix typo in comment.
Diffstat (limited to 'ref_vrshl.c')
-rw-r--r--ref_vrshl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref_vrshl.c b/ref_vrshl.c
index f97e792..cccd0f0 100644
--- a/ref_vrshl.c
+++ b/ref_vrshl.c
@@ -162,7 +162,7 @@ void exec_vrshl (void)
dump_results_hex2 (TEST_MSG, " (checking round_const overflow: shift by -1)");
- /* Use -1 shift amount to check overflow with round_const */
+ /* Use -3 shift amount to check overflow with round_const */
TEST_VDUP(vector_shift, , int, s, 8, 8, -3);
TEST_VDUP(vector_shift, , int, s, 16, 4, -3);
TEST_VDUP(vector_shift, , int, s, 32, 2, -3);