gcc/ChangeLog:

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

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
--
2.34.1

Reply via email to