Skip to content

Commit 72e5150

Browse files
authored
added config macos_arm64 for bitpacking.h (#664)
1 parent 950e66e commit 72e5150

File tree

1 file changed

+3
-0
lines changed
  • larq_compute_engine/core/bitpacking

1 file changed

+3
-0
lines changed

larq_compute_engine/core/bitpacking/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ cc_library(
1111
"@org_tensorflow//tensorflow:android_arm64": [
1212
"bitpack_aarch64.h",
1313
],
14+
"@org_tensorflow//tensorflow:macos_arm64": [
15+
"bitpack_aarch64.h",
16+
],
1417
"//conditions:default": [],
1518
}),
1619
deps = [

0 commit comments

Comments
 (0)