From: ro Date: Mon, 31 Jan 2011 14:20:54 +0000 (+0000) Subject: * doc/sourcebuild.texi (Effective-Target Keywords): Document X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2b522e7eb7cfe935c2e2593eb5ec5a812a03be4;p=thirdparty%2Fgcc.git * doc/sourcebuild.texi (Effective-Target Keywords): Document avx_runtime. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169439 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3181937910ba..cdc402e6e479 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-01-31 Rainer Orth + + * doc/sourcebuild.texi (Effective-Target Keywords): Document + avx_runtime. + 2011-01-31 Rainer Orth * configure.ac (gcc_cv_ld_eh_frame_hdr): Update minimal Sun ld diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 57512c1d0a30..99d941c486e2 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.