]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* 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 3181937910ba2e3d1bc1e5d25055d1040abbc2b2..cdc402e6e4792b91c789563c19a13e7608a9aaee 100644 (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
index 57512c1d0a3099029cbf88e8d4dbe51eee035cc1..99d941c486e22b03eeaa1dbb828d518645810db7 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.