aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2021-06-08 18:54:48 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2021-06-08 18:01:20 +0000
commit84f8aa7ea4dd1faf3302f6f376668c4be55d68ad (patch)
treecac77040e66af4277e717d72b92055b0dfa6d261
parent4d7fff1e8668b2efdf7412ce2c8c0abf5fccd3b6 (diff)
downloadComputeLibrary-84f8aa7ea4dd1faf3302f6f376668c4be55d68ad.tar.gz
Enable SIMD optimizations on bp file
Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: Idcda07783f67ca74d49b0a624bedc0421284fa69 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5783
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index cbb58b1ce9..db4a3aa843 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,6 +29,7 @@ arm_compute_library_defaults {
"-DEMBEDDED_KERNELS",
"-DARM_COMPUTE_ASSERTS_ENABLED",
"-DARM_COMPUTE_CPP_SCHEDULER",
+ "-DENABLE_NEON",
"-Wno-unused-parameter",
"-DNO_DOT_IN_TOOLCHAIN",
"-no-integrated-as",