Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc committed May 18, 2024
1 parent 7c80eab commit 4441551
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion libspu/mpc/cheetah/ot/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ spu_cc_library(
"//libspu/mpc/common:communicator",
"@com_google_absl//absl/types:span",
"@yacl//yacl/base:int128",
],
] + select({
"@platforms//cpu:aarch64": [
"@com_github_dltcollab_sse2neon//:sse2neon",
],
"//conditions:default": [],
}),
)

spu_cc_library(
Expand Down

0 comments on commit 4441551

Please sign in to comment.