Skip to content

Commit 8dc5a05

Browse files
gchateletjoaosaffran
authored andcommitted
Revert "[reland][libc][bazel] Enable software prefetching for memcpy" (llvm#127189)
Reverts llvm#113886 We suspect this has caused internal performance regressions, reverting while root causing it more thoroughly.
1 parent 0c2ac91 commit 8dc5a05

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)