aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--Android.mk4
-rw-r--r--compute_ref.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index f6f12af..a330390 100644
--- a/Android.mk
+++ b/Android.mk
@@ -23,13 +23,13 @@ ARM_NEON_TESTS_REFNAMES = \
vld1 vadd vld1_lane vld1_dup vdup vget_high vget_low \
vqdmlal_lane vqdmlsl_lane vext vshrn_n vset_lane vget_lane \
vqsub vqdmulh_lane vqdmull vqdmlal vqdmlsl vceq vcge vcle \
- vcgt vclt vbsl vshl vldX vdup_lane vrshrn_n vqdmull_lane \
+ vcgt vclt vbsl vshl vdup_lane vrshrn_n vqdmull_lane \
vst1_lane vqshl vqshl_n vqrshrn_n vsub vqadd vabs vqabs \
vcombine vmax vmin vneg vqneg vmlal vmlal_lane vmlsl \
vmlsl_lane vmovl vmovn vmull vmull_lane vrev vrshl vshl_n \
vshr_n vsra_n vtrn vuzp vzip vreinterpret vqdmulh vqrdmulh \
vqrdmulh_lane vqrshl vaba vabal vabd vabdl vand vorr vorn \
- veor vbic vcreate vldX_lane vldX_dup vmla vmls vmul \
+ veor vbic vcreate vldX_lane vmla vmls vmul \
vmul_lane vmul_n vmull_n vqdmulh_n vqdmull_n vqrdmulh_n \
vmla_lane vmls_lane vmla_n vmls_n vmlal_n vmlsl_n vqdmlal_n \
vqdmlsl_n vsri_n vsli_n vtst vaddhn vraddhn vaddl vaddw \
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 ();