This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH][wwwdocs][AArch64] Mention -mcpu=qdf24xx support for GCC 6


Hi all,

As discussed some time ago with Jim, here's the AArch64 note mentioning the support for Qualcomm QDF24xx
that was added in GCC 6.

Ok to commit?

Thanks,
Kyrill
Index: htdocs/gcc-6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.82
diff -U 3 -r1.82 changes.html
--- htdocs/gcc-6/changes.html	31 May 2016 08:01:35 -0000	1.82
+++ htdocs/gcc-6/changes.html	2 Jun 2016 14:44:02 -0000
@@ -435,6 +435,11 @@
        options as well as the equivalent target attributes and pragmas.
      </li>
      <li>
+       The Qualcomm QDF24xx processor is now supported via the
+       <code>-mcpu=qdf24xx</code> and <code>-mtune=qdf24xx</code>
+       options as well as the equivalent target attributes and pragmas.
+     </li>
+     <li>
        Code generation for the ARM Cortex-A57 processor is improved.
        Among general code generation improvements, a better algorithm is
        added for allocating registers to floating-point multiply-accumulate

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]