diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-07-18 13:32:31 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-07-18 13:32:31 +0000 |
commit | 2aab8acd29659253a37eec6814b656c81bf0068d (patch) | |
tree | d199808df7c97d8b581fd3456a9e49ff49e1b29f /gas/doc | |
parent | 090bc50fc55716c2e2f59c1e65c63a90a9f1d952 (diff) | |
download | gdb-2aab8acd29659253a37eec6814b656c81bf0068d.zip gdb-2aab8acd29659253a37eec6814b656c81bf0068d.tar.gz gdb-2aab8acd29659253a37eec6814b656c81bf0068d.tar.bz2 |
Fix a typo in doc/c-i386.texi.
2011-07-18 H.J. Lu <hongjiu.lu@intel.com>
* doc/c-i386.texi: Fix a typo.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-i386.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |