OSDN Git Service

* doc/sourcebuild.texi (Effective-Target Keywords): Document
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 31 Jan 2011 14:20:54 +0000 (14:20 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 31 Jan 2011 14:20:54 +0000 (14:20 +0000)
avx_runtime.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169439 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/sourcebuild.texi

index 3181937..cdc402e 100644 (file)
@@ -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.
index 57512c1..99d941c 100644 (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.