diff mbox series

[pushed] docs: Unify instruct set name.

Message ID a908558f-c8e0-07cd-3ba1-23508729cf7d@suse.cz
State New
Headers show
Series [pushed] docs: Unify instruct set name. | expand

Commit Message

Martin Liška Dec. 22, 2021, 10:21 a.m. UTC
gcc/ChangeLog:

	* doc/extend.texi: Use uppercase letters for SSEx.
---
  gcc/doc/extend.texi | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index f52384f7629..a15c4fe9b33 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