Skip to content

Commit

Permalink
Internal build change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 660995581
  • Loading branch information
xnnpack-bot committed Aug 8, 2024
1 parent 0a731da commit 9aff515
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2915,13 +2915,11 @@ selects.config_setting_group(
],
)

# Temporary disable vectors on Android
alias(
name = "riscv_vector_enabled",
actual = select({
":xnn_enable_riscv_vector_explicit_true": ":xnn_enable_riscv_vector_explicit_true",
":xnn_enable_riscv_vector_explicit_false": ":xnn_enable_riscv_vector_explicit_true",
"//build_config:android": ":xnn_enable_riscv_vector_explicit_false",
"//conditions:default": ":riscv_vector_enabled_by_default",
}),
)
Expand Down

0 comments on commit 9aff515

Please sign in to comment.