From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 31D233858C3A; Wed, 22 Dec 2021 10:22:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 31D233858C3A MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-6093] docs: Unify instruct set name. X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: aa17859b68548262347f4a6095fdf5610b802314 X-Git-Newrev: 3e1a06ec94b1bda27d6231b9fa547425628fd347 Message-Id: <20211222102224.31D233858C3A@sourceware.org> Date: Wed, 22 Dec 2021 10:22:24 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2021 10:22:24 -0000 https://gcc.gnu.org/g:3e1a06ec94b1bda27d6231b9fa547425628fd347 commit r12-6093-g3e1a06ec94b1bda27d6231b9fa547425628fd347 Author: Martin Liska Date: Wed Dec 22 11:20:42 2021 +0100 docs: Unify instruct set name. gcc/ChangeLog: * doc/extend.texi: Use uppercase letters for SSEx. Diff: --- 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