Skip to content

Commit 5c06ab3

Browse files
gchateletzahiraam
authored andcommitted
[libc] Update configure.rst after config.json modification (llvm#71942)
The update is automatically generated from `config/config.json`.
1 parent d0d4d90 commit 5c06ab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/docs/configure.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ to learn about the defaults for your platform and target.
3131
- ``LIBC_CONF_PRINTF_DISABLE_WRITE_INT``: Disable handling of %n in printf format string.
3232
- ``LIBC_CONF_PRINTF_FLOAT_TO_STR_USE_MEGA_LONG_DOUBLE_TABLE``: Use large table for better printf long double performance.
3333
* **"string" options**
34+
- ``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.
3435
- ``LIBC_CONF_STRING_UNSAFE_WIDE_READ``: Read more than a byte at a time to perform byte-string operations like strlen.

0 commit comments

Comments
 (0)