2
0
mirror of https://github.com/boostorg/uuid.git synced 2026-01-19 04:42:16 +00:00

Cosmetic fixes to configuration.adoc

This commit is contained in:
Peter Dimov
2026-01-05 18:53:49 +02:00
parent c7caa5b94e
commit 22660ac3ca

View File

@@ -42,8 +42,8 @@ However, there are a few options that can be enabled by defining macros prior to
|`BOOST_UUID_USE_AVX10_1`
|If defined, enables optimizations for https://en.wikipedia.org/wiki/AVX-512[AVX-512] and https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#AVX10[AVX10.1] extensions available in x86 processors.
When defined by user, this macro indicates support for the full set of instructions defined in AVX10.1. When auto-detected by the library, this macro may be defined even when not all AVX10.1 subsets
are enabled, but rather when the detected subset is sufficient for the library.
When defined by the user, this macro indicates support for the full set of instructions defined in AVX10.1.
When auto-detected by the library, this macro may be defined even when not all AVX10.1 subsets are enabled, but rather when the detected subset is sufficient for the library.
|===