From 3e1a06ec94b1bda27d6231b9fa547425628fd347 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Wed, 22 Dec 2021 11:20:42 +0100 Subject: [PATCH] docs: Unify instruct set name. 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 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 -- 2.7.4