aboutsummaryrefslogtreecommitdiffstats
path: root/compute_ref.c
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2017-10-31 22:07:50 -0700
committerStephen Hines <srhines@google.com>2017-10-31 22:07:50 -0700
commit8457fac0544fd10aa83ad87309fe796ef18d1bc3 (patch)
tree8e93781034a73c7359acca5706cb9eadf6fc2940 /compute_ref.c
parent104e2a662ec8443e9a7603b22efbb3b86c1e7094 (diff)
downloadplatform_external_arm-neon-tests-8457fac0544fd10aa83ad87309fe796ef18d1bc3.tar.gz
platform_external_arm-neon-tests-8457fac0544fd10aa83ad87309fe796ef18d1bc3.tar.bz2
platform_external_arm-neon-tests-8457fac0544fd10aa83ad87309fe796ef18d1bc3.zip
Temporarily disable vldX and vldX_dup tests due to ARM crash.
Bug: http://b/68659946 Bug: https://bugs.llvm.org/show_bug.cgi?id=35157 Test: Builds successfully. Change-Id: I3c0115e80c296ccba548cfb2f3ad1318cf964c03
Diffstat (limited to 'compute_ref.c')
-rw-r--r--compute_ref.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compute_ref.c b/compute_ref.c
index 5839d36..c267529 100644
--- a/compute_ref.c
+++ b/compute_ref.c
@@ -257,7 +257,7 @@ int main (void)
exec_vqshl ();
exec_vqshl_n ();
exec_vrshl ();
- exec_vldX ();
+ // exec_vldX ();
exec_vdup_lane ();
exec_vqdmull_lane ();
exec_vqdmull_n ();
@@ -302,7 +302,7 @@ int main (void)
exec_vbic ();
exec_vcreate ();
exec_vldX_lane ();
- exec_vldX_dup ();
+ // exec_vldX_dup ();
exec_vmla ();
exec_vmls ();
exec_vmul ();