Skip to content

Commit 98d26b8

Browse files
authored
[libc][bazel] Re-enable memcpy prefetching on x86. (#138945)
It was re-enabled downstream after further performance analysis, so we can revert c65ed96, effectively re-landing the change.
1 parent 20d6375 commit 98d26b8

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)