Skip to content

Commit fe5721a

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 27267f1 + 907b615 commit fe5721a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernels/optimized/test/targets.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
22
load(
33
"@fbsource//xplat/executorch/kernels/optimized:lib_defs.bzl",
4-
"get_vec_android_preprocessor_flags",
4+
"get_vec_preprocessor_flags",
55
"get_vec_cxx_preprocessor_flags",
66
)
77
load("@fbsource//xplat/executorch/kernels/test:util.bzl", "define_supported_features_lib")
@@ -27,7 +27,7 @@ def _lib_test_bin(name, extra_deps = [], in_cpu = False):
2727
"//executorch/kernels/optimized{}:{}".format(cpu_path, lib_root),
2828
] + extra_deps,
2929
cxx_platform_preprocessor_flags = get_vec_cxx_preprocessor_flags(),
30-
fbandroid_platform_preprocessor_flags = get_vec_android_preprocessor_flags(),
30+
preprocessor_flags = get_vec_preprocessor_flags(),
3131
)
3232

3333
def define_common_targets():

0 commit comments

Comments
 (0)