Skip to content

Commit

Permalink
added config macos_arm64 for bitpacking.h (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmaurer authored Jun 14, 2021
1 parent 950e66e commit 72e5150
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions larq_compute_engine/core/bitpacking/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ cc_library(
"@org_tensorflow//tensorflow:android_arm64": [
"bitpack_aarch64.h",
],
"@org_tensorflow//tensorflow:macos_arm64": [
"bitpack_aarch64.h",
],
"//conditions:default": [],
}),
deps = [
Expand Down

0 comments on commit 72e5150

Please sign in to comment.