Skip to content

Commit 29d1221

Browse files
committed
Update on "[Executorch] enable sleef consistently"
Earlier only android platofrms had support for sleef Differential Revision: [D64571782](https://our.internmc.facebook.com/intern/diff/D64571782/) [ghstack-poisoned]
2 parents 0e9a5a0 + aa3bd8a commit 29d1221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shim/xplat/executorch/kernels/optimized/op_registration_util.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def define_op_library(name, deps):
9898
deps = [
9999
"//executorch/runtime/kernel:kernel_includes",
100100
] + augmented_deps,
101-
fbandroid_platform_preprocessor_flags = get_vec_android_preprocessor_flags(),
101+
preprocessor_flags = get_vec_preprocessor_flags(),
102102
# sleef needs to be added as a direct dependency of the operator target when building for Android,
103103
# or a linker error may occur. Not sure why this happens; it seems that fbandroid_platform_deps of
104104
# dependencies are not transitive

0 commit comments

Comments
 (0)