Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libc] Update configure.rst after config.json modification #71942

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

gchatelet
Copy link
Contributor

@gchatelet gchatelet commented Nov 10, 2023

The update is automatically generated from config/config.json.

@llvmbot llvmbot added the libc label Nov 10, 2023
@llvmbot
Copy link
Collaborator

llvmbot commented Nov 10, 2023

@llvm/pr-subscribers-libc

Author: Guillaume Chatelet (gchatelet)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/71942.diff

1 Files Affected:

  • (modified) libc/docs/configure.rst (+1)
diff --git a/libc/docs/configure.rst b/libc/docs/configure.rst
index 0a1b3ea87a2133b..9997dde6cf899c0 100644
--- a/libc/docs/configure.rst
+++ b/libc/docs/configure.rst
@@ -31,4 +31,5 @@ to learn about the defaults for your platform and target.
     - ``LIBC_CONF_PRINTF_DISABLE_WRITE_INT``: Disable handling of %n in printf format string.
     - ``LIBC_CONF_PRINTF_FLOAT_TO_STR_USE_MEGA_LONG_DOUBLE_TABLE``: Use large table for better printf long double performance.
 * **"string" options**
+    - ``LIBC_CONF_MEMSET_X86_USE_SOFTWARE_PREFETCHING``: Inserts prefetch for write instructions (PREFETCHW) for memset on x86 to recover performance when hardware prefetcher is disabled.
     - ``LIBC_CONF_STRING_UNSAFE_WIDE_READ``: Read more than a byte at a time to perform byte-string operations like strlen.

@gchatelet gchatelet changed the title update configure rst [libc] Update configure.rst after config.json modification Nov 10, 2023
@gchatelet gchatelet requested a review from lntue November 10, 2023 14:02
@gchatelet
Copy link
Contributor Author

Thx for the review @lntue !

@gchatelet gchatelet merged commit c07f73e into llvm:main Nov 10, 2023
5 checks passed
zahiraam pushed a commit to zahiraam/llvm-project that referenced this pull request Nov 20, 2023
The update is automatically generated from `config/config.json`.
@gchatelet gchatelet deleted the update_configure_rst branch November 28, 2023 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants