From 2aab8acd29659253a37eec6814b656c81bf0068d Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 18 Jul 2011 13:32:31 +0000 Subject: [PATCH] Fix a typo in doc/c-i386.texi. 2011-07-18 H.J. Lu * doc/c-i386.texi: Fix a typo. --- gas/ChangeLog | 4 ++++ gas/doc/c-i386.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 953fb94647..bf23ec2e66 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2011-07-18 H.J. Lu + + * doc/c-i386.texi: Fix a typo. + 2011-07-06 Aurelien Jarno * config/tc-mips.c (append_insn): delete prev_pinfo2 and pinfo2. diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index 1bdb1fab80..4397e60888 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -210,7 +210,7 @@ for any SSE intruction. @cindex @samp{-mavxscalar=} option, x86-64 @item -mavxscalar=@var{128} @itemx -mavxscalar=@var{256} -This options control how the assembler should encode scalar AVX +These options control how the assembler should encode scalar AVX instructions. @option{-mavxscalar=@var{128}} will encode scalar AVX instructions with 128bit vector length, which is the default. @option{-mavxscalar=@var{256}} will encode scalar AVX instructions -- 2.34.1