sourcebuild.texi (Effective-Target Keywords): Document avx_runtime.

* doc/sourcebuild.texi (Effective-Target Keywords): Document
	avx_runtime.

From-SVN: r169439
This commit is contained in:
Rainer Orth 2011-01-31 14:20:54 +00:00 committed by Rainer Orth
parent f39ebf7fc4
commit 500b16c3f0
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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.