docs: Unify instruct set name.
authorMartin Liska <mliska@suse.cz>
Wed, 22 Dec 2021 10:20:42 +0000 (11:20 +0100)
committerMartin Liska <mliska@suse.cz>
Wed, 22 Dec 2021 10:20:42 +0000 (11:20 +0100)
gcc/ChangeLog:

* doc/extend.texi: Use uppercase letters for SSEx.

gcc/doc/extend.texi

index f52384f7629995592a62e71b5a3338b7bea3100d..a15c4fe9b3381e0b675c4f36db0ecab6b58c505c 100644 (file)
@@ -6855,12 +6855,12 @@ and SSE4.2).
 @item sse4.1
 @itemx no-sse4.1
 @cindex @code{target("sse4.1")} function attribute, x86
-Enable/disable the generation of the sse4.1 instructions.
+Enable/disable the generation of the SSE4.1 instructions.
 
 @item sse4.2
 @itemx no-sse4.2
 @cindex @code{target("sse4.2")} function attribute, x86
-Enable/disable the generation of the sse4.2 instructions.
+Enable/disable the generation of the SSE4.2 instructions.
 
 @item sse4a
 @itemx no-sse4a