Skip to content

Commit b1ede8f

Browse files
authored
[reland][libc][bazel] Enable software prefetching for memcpy (#113886)
This will affect only Bazel configuration for now. This is a reland of #108939 which has been reverted because of codegen issues fixed by #113161.
1 parent 9090430 commit b1ede8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: utils/bazel/llvm-project-overlay/libc/libc_configure_options.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ LIBC_CONFIGURE_OPTIONS = [
2424
# Documentation in libc/src/string/memory_utils/...
2525
# "LIBC_COPT_MEMCPY_USE_EMBEDDED_TINY",
2626
# "LIBC_COPT_MEMCPY_X86_USE_REPMOVSB_FROM_SIZE",
27-
# "LIBC_COPT_MEMCPY_X86_USE_SOFTWARE_PREFETCHING",
27+
"LIBC_COPT_MEMCPY_X86_USE_SOFTWARE_PREFETCHING",
2828
"LIBC_COPT_MEMSET_X86_USE_SOFTWARE_PREFETCHING",
2929

3030
# Documentation in libc/docs/dev/printf_behavior.rst

0 commit comments

Comments
 (0)