aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2021-12-22 11:20:42 +0100
committerMartin Liska <mliska@suse.cz>2021-12-22 11:20:42 +0100
commit3e1a06ec94b1bda27d6231b9fa547425628fd347 (patch)
tree9d9af9454b175c714826be6eca7af2cd2f9f3985
parentaa17859b68548262347f4a6095fdf5610b802314 (diff)
downloadgcc-3e1a06ec94b1bda27d6231b9fa547425628fd347.zip
gcc-3e1a06ec94b1bda27d6231b9fa547425628fd347.tar.gz
gcc-3e1a06ec94b1bda27d6231b9fa547425628fd347.tar.bz2
docs: Unify instruct set name.
gcc/ChangeLog: * doc/extend.texi: Use uppercase letters for SSEx.
-rw-r--r--gcc/doc/extend.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index f52384f..a15c4fe 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -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