]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
x86: Improve documentation for -msse4 [PR116708]
authorSandra Loosemore <sloosemore@baylibre.com>
Fri, 7 Mar 2025 17:08:30 +0000 (17:08 +0000)
committerSandra Loosemore <sloosemore@baylibre.com>
Fri, 7 Mar 2025 17:16:06 +0000 (17:16 +0000)
gcc/ChangeLog
PR target/116708
* doc/invoke.texi (x86 Options): Clarify how -msse4 and -mno-sse4
interact with other SSE options.

gcc/doc/invoke.texi

index d95580220731dcdf566a938a0ed3450c297198f4..c61f35140702e8001ace2a78f9e48c3790fe894c 100644 (file)
@@ -35924,6 +35924,11 @@ These extensions are also available as built-in functions: see
 @ref{x86 Built-in Functions}, for details of the functions enabled and
 disabled by these switches.
 
+Note that @option{-msse4} enables both SSE4.1 and SSE4.2 support,
+while @option{-mno-sse4} turns off those features; neither form of the
+option affects SSE4A support, controlled separately by
+@option{-msse4a}.
+
 To generate SSE/SSE2 instructions automatically from floating-point
 code (as opposed to 387 instructions), see @option{-mfpmath=sse}.