public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. 72ca39dacf00b1f40fa1ab6f82178a0b03f3d30e
@ 2020-08-07  9:54 Richard Sandiford
  0 siblings, 0 replies; only message in thread
From: Richard Sandiford @ 2020-08-07  9:54 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  72ca39dacf00b1f40fa1ab6f82178a0b03f3d30e (commit)
      from  d2f0049d34088519fa28c7c6c1ee62d239523258 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 72ca39dacf00b1f40fa1ab6f82178a0b03f3d30e
Author: Richard Sandiford <richard.sandiford@arm.com>
Date:   Fri Aug 7 10:54:32 2020 +0100

    Document A64FX support in GCC 9.4

diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html
index a2a28a9a..8b827386 100644
--- a/htdocs/gcc-9/changes.html
+++ b/htdocs/gcc-9/changes.html
@@ -1146,6 +1146,14 @@ are not listed here).</p>
   runtime and use them for standard atomic operations.
   For more information please refer to the documentation.
     </li>
+    <li>GCC now supports the Fujitsu A64FX.  The associated <code>-mcpu</code>
+    and <code>-mtune</code> options are <code>-mcpu=a64fx</code> and
+    <code>-mtune=a64fx</code> respectively.  In particular,
+    <code>-mcpu=a64fx</code> generates code for Armv8.2-A with SVE and
+    tunes the code for the A64FX.  This includes tuning the SVE code,
+    although by default the code is still length-agnostic and so works for
+    all SVE implementations.  Adding <code>-msve-vector-bits=512</code>
+    makes the code specific to 512-bit SVE.</li>
   </ul>
 
 </body>

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-9/changes.html | 8 ++++++++
 1 file changed, 8 insertions(+)


hooks/post-receive
-- 
gcc-wwwdocs


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-07  9:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-07  9:54 gcc-wwwdocs branch master updated. 72ca39dacf00b1f40fa1ab6f82178a0b03f3d30e Richard Sandiford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).