Skip to content

Commit f0b2706

Browse files
swolchokpytorchmergebot
authored andcommitted
remove sleef_arm target (#154166)
Summary: X-link: pytorch/executorch#11082 We shouldn't need an ARM-specific variant; we have select() where we should need it. Test Plan: CI Reviewed By: nlutsenko Differential Revision: D74356413 Pull Request resolved: #154166 Approved by: https://github.com/kimishpatel, https://github.com/malfet, https://github.com/Skylion007
1 parent 86a1603 commit f0b2706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buckbuild.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ THIRD_PARTY_LIBS = {
182182
"rt": ["//xplat/third-party/linker_lib:rt", "//third_party:rt"],
183183
"ruy": ["//third-party/ruy:ruy_xplat_lib", "//third_party:ruy_lib"],
184184
"nlohmann-json": ["fbsource//third-party/nlohmann-json:nlohmann-json", "//third_party:nlohmann-json"],
185-
"sleef_arm": ["//third-party/sleef:sleef_arm", "//third_party:sleef_arm"],
185+
"sleef_arm": ["//third-party/sleef:sleef", "//third_party:sleef_arm"],
186186
}
187187

188188
def third_party(name):

0 commit comments

Comments
 (0)