diff options
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/c-i386.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 953fb94..bf23ec2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2011-07-18 H.J. Lu <hongjiu.lu@intel.com> + + * doc/c-i386.texi: Fix a typo. + 2011-07-06 Aurelien Jarno <aurelien@aurel32.net> * 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 1bdb1fa..4397e60 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 |