aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Kumar <appujee@google.com>2024-02-19 00:21:02 +0000
committerAditya Kumar <appujee@google.com>2024-02-19 17:51:53 +0000
commit09a0c2cf68d248e31e2b0275695855df0edf4489 (patch)
tree52913a0c914d1a0b31463d83c2734b1199886d7d
parent3badd7551de45d4750fdd45a1e7826935777e50d (diff)
downloadNeuralNetworks-09a0c2cf68d248e31e2b0275695855df0edf4489.tar.gz
Revert "RISCV64: Disable V in NeuralNetworks/tools"
This reverts commit 1725319e0a4074cd22181951811e47544910e4de. Reason for revert: Toolchain update complete Fixes: b/304286845 Change-Id: Ibc31ac9ec063ce3689d025f6b26e67199e9f79cc
-rw-r--r--Android.bp9
-rw-r--r--runtime/test/Android.bp22
2 files changed, 0 insertions, 31 deletions
diff --git a/Android.bp b/Android.bp
index 744c7c600..5182d778d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -45,15 +45,6 @@ cc_defaults {
"-Wextra",
],
arch: {
- // TODO(b/300185114): Disable V until codegen bug fixed.
- riscv64: {
- cflags: [
- "-march=rv64gc_zba_zbb_zbs",
- ],
- ldflags: [
- "-march=rv64gc_zba_zbb_zbs",
- ],
- },
x86: {
avx2: {
cflags: [
diff --git a/runtime/test/Android.bp b/runtime/test/Android.bp
index bcdb10db1..16c7d3ac7 100644
--- a/runtime/test/Android.bp
+++ b/runtime/test/Android.bp
@@ -561,17 +561,6 @@ cc_library_static {
],
},
},
- arch: {
- // TODO(b/300185114): Disable V until codegen bug fixed.
- riscv64: {
- cflags: [
- "-march=rv64gc_zba_zbb_zbs",
- ],
- ldflags: [
- "-march=rv64gc_zba_zbb_zbs",
- ],
- },
- },
min_sdk_version: "30",
sdk_version: "current",
stl: "libc++_static",
@@ -694,17 +683,6 @@ cc_library_static {
],
},
},
- arch: {
- // TODO(b/300185114): Disable V until codegen bug fixed.
- riscv64: {
- cflags: [
- "-march=rv64gc_zba_zbb_zbs",
- ],
- ldflags: [
- "-march=rv64gc_zba_zbb_zbs",
- ],
- },
- },
sanitize: {
all_undefined: true,
},