Skip to content

Commit a2f8fba

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bazel/llvm-project-overlay/libc/libc_configure_options.bzl

Lines changed: 1 addition & 1 deletion
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)