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

Update Configuration section

This commit is contained in:
Peter Dimov
2024-05-11 17:54:14 +03:00
parent 7b53a88fe3
commit e4ad85c72f

View File

@@ -5,7 +5,8 @@
The library does not require building or any special configuration to be used.
However, there are a few options that can be enabled by defining macros prior to including library headers.
These macros are summarized in the following table.
== Instruction Set
[%autowidth]
|===
@@ -25,7 +26,7 @@ These macros are summarized in the following table.
|If defined, enables optimizations for https://en.wikipedia.org/wiki/SSE3[SSE3] extensions available in x86 processors.
|`BOOST_UUID_USE_SSE41`
|If defined, enables optimizations for https://en.wikipedia.org/wiki/SSE4#SSE4.1[SSE4.1] estensions available in x86 processors.
|If defined, enables optimizations for https://en.wikipedia.org/wiki/SSE4#SSE4.1[SSE4.1] extensions available in x86 processors.
|`BOOST_UUID_USE_AVX`
|If defined, enables optimizations for https://en.wikipedia.org/wiki/Advanced_Vector_Extensions[AVX] extensions available in modern x86 processors.