aboutsummaryrefslogtreecommitdiffstats
path: root/compute_ref.c
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2011-02-08 18:15:05 +0100
committerChristophe Lyon <christophe.lyon@st.com>2011-02-08 18:28:48 +0100
commitf0ecb5a040ce3b9baf1e8ddd53f02e46470fd965 (patch)
treec4e61604a5e3fc6b35bcf1b83c65d6334c56d8aa /compute_ref.c
parent2eeafa4af3fffbc655074e549236c118eea2548a (diff)
downloadplatform_external_arm-neon-tests-f0ecb5a040ce3b9baf1e8ddd53f02e46470fd965.tar.gz
platform_external_arm-neon-tests-f0ecb5a040ce3b9baf1e8ddd53f02e46470fd965.tar.bz2
platform_external_arm-neon-tests-f0ecb5a040ce3b9baf1e8ddd53f02e46470fd965.zip
Restore tests for vsli/vsri. Add tests with maximum allowed shift amount.
Diffstat (limited to 'compute_ref.c')
-rw-r--r--compute_ref.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/compute_ref.c b/compute_ref.c
index e1109b9..6ec7724 100644
--- a/compute_ref.c
+++ b/compute_ref.c
@@ -287,10 +287,8 @@ int main ()
exec_vmls_lane ();
exec_vmla_n ();
exec_vmls_n ();
-#if 0
exec_vsli_n ();
exec_vsri_n ();
-#endif
exec_vtst ();
exec_vaddhn ();
exec_vraddhn ();