diff options
author | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-03-04 03:01:21 +0000 |
---|---|---|
committer | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-03-04 03:01:21 +0000 |
commit | 4f0fcaada710e71cc98685eee4a4b7edc183a25b (patch) | |
tree | a5e0e66a99d403f9bfb21f7e0fd10e5a811cc762 /gcc/doc/extend.texi | |
parent | f0b332457362b13ff1fb83c2a98e68637cc4c7c7 (diff) | |
download | gcc-4f0fcaada710e71cc98685eee4a4b7edc183a25b.tar.gz |
doc: normalize 3DNow! spelling and spacing.
gcc/:
* doc/extend.texi (Vector Extensions, X86 Built-in Functions):
Use '3DNow!' for the extension of that name, ensure normal space
after the string.
* doc/invoke.texi (i386 and x86-64 Options): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157215 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r-- | gcc/doc/extend.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index f471c2318cb..62a57a92b0a 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -6056,7 +6056,7 @@ purposes. On some targets, the instruction set contains SIMD vector instructions that operate on multiple values contained in one large register at the same time. -For example, on the i386 the MMX, 3Dnow! and SSE extensions can be used +For example, on the i386 the MMX, 3DNow!@: and SSE extensions can be used this way. The first step in using these extensions is to provide the necessary data @@ -8201,7 +8201,7 @@ The following machine modes are available for use with MMX built-in functions vector of eight 8-bit integers. Some of the built-in functions operate on MMX registers as a whole 64-bit entity, these use @code{V1DI} as their mode. -If 3Dnow extensions are enabled, @code{V2SF} is used as a mode for a vector +If 3DNow!@: extensions are enabled, @code{V2SF} is used as a mode for a vector of two 32-bit floating point values. If SSE extensions are enabled, @code{V4SF} is used for a vector of four 32-bit |