diff options
author | Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> | 2012-09-11 13:34:35 +0000 |
---|---|---|
committer | Ramana Radhakrishnan <ramana@gcc.gnu.org> | 2012-09-11 13:34:35 +0000 |
commit | 178a71a9ad5a018315720e58dac692f943a761df (patch) | |
tree | 3593d14590d9a3f233bfb86406cdf226f608e372 | |
parent | 09df34c45853f47f3728534b1f2618a1d072e13b (diff) | |
download | gcc-178a71a9ad5a018315720e58dac692f943a761df.zip gcc-178a71a9ad5a018315720e58dac692f943a761df.tar.gz gcc-178a71a9ad5a018315720e58dac692f943a761df.tar.bz2 |
Fix typo in documentation from last commit.
Co-Authored-By: Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
From-SVN: r191182
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3ea8182..a52864c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,9 +1,13 @@ +2012-09-11 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> + + * doc/sourcebuild.texi (arm_neon_v2_ok): Adjust command line. + 2012-09-11 Tobias Burnus <burnus@net-b.de> * doc/sourcebuild.texi (arm_neon_v2_ok): Fix @anchor. 2012-09-11 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> - Matthew Gretton-Dann <matthew.gretton-dann@arm.com> + Matthew Gretton-Dann <matthew.gretton-dann@arm.com> * config/arm/neon.md (fma<VCVTF:mode>4): New pattern. (*fmsub<VCVTF:mode>4): Likewise. diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 711c17b..055567b 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1534,8 +1534,8 @@ ARM Target supports @code{-mfpu=neon -mfloat-abi=softfp} or compatible options. Some multilibs may be incompatible with these options. @item arm_neonv2_ok -@anchor{arm_neon2_ok} -ARM Target supports @code{-mfpu=neon -mfloat-abi=softfp} or compatible +@anchor{arm_neonv2_ok} +ARM Target supports @code{-mfpu=neon-vfpv4 -mfloat-abi=softfp} or compatible options. Some multilibs may be incompatible with these options. @item arm_neon_fp16_ok |