diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-01-31 14:20:54 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-01-31 14:20:54 +0000 |
commit | 500b16c3f03c9e8618046e9715d1f5cafa3a29ee (patch) | |
tree | b94a3aa663d23fad2edc608b9b4ba907f7df56a1 /gcc | |
parent | f39ebf7fc471dcef9b53fe860aedbb9ff74b633b (diff) | |
download | gcc-500b16c3f03c9e8618046e9715d1f5cafa3a29ee.zip gcc-500b16c3f03c9e8618046e9715d1f5cafa3a29ee.tar.gz gcc-500b16c3f03c9e8618046e9715d1f5cafa3a29ee.tar.bz2 |
sourcebuild.texi (Effective-Target Keywords): Document avx_runtime.
* doc/sourcebuild.texi (Effective-Target Keywords): Document
avx_runtime.
From-SVN: r169439
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3181937..cdc402e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + * doc/sourcebuild.texi (Effective-Target Keywords): Document + avx_runtime. + +2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + * configure.ac (gcc_cv_ld_eh_frame_hdr): Update minimal Sun ld version number. * configure: Regenerate. diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 57512c1..99d941c 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1588,7 +1588,10 @@ PowerPC target supports executing AltiVec instructions. @table @code @item avx -Target supports compiling AVX instructions. +Target supports compiling @code{avx} instructions. + +@item avx_runtime +Target supports the execution of @code{avx} instructions. @item cell_hw Test system can execute AltiVec and Cell PPU instructions. |