diff mbox series

[wwwdocs] gcc-12/changes.html: OpenMP - mention masked support

Message ID f61c3571-5fbf-cb32-1fe9-2041ce721e98@codesourcery.com
State New
Headers show
Series [wwwdocs] gcc-12/changes.html: OpenMP - mention masked support | expand

Commit Message

Tobias Burnus Aug. 13, 2021, 2:37 p.m. UTC
Update the OpenMP section again, now that Jakub has added the 'masked' construct.

Comments?

Tobias

-----------------
Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht München, HRB 106955

Comments

Gerald Pfeifer Jan. 16, 2023, 11:42 p.m. UTC | #1
On Fri, 13 Aug 2021, Tobias Burnus wrote:
> Update the OpenMP section again, now that Jakub has added the 'masked'
> construct.
> 
> Comments?

Just a little follow-up change that I pushed; see below.

Ger "blast from the past" ald


commit dcb59089cf4bd7f09f273d7b3f35c568b1d407fb
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Tue Jan 17 00:37:11 2023 +0100

    gcc-12: Address grammaro in OpenMP section

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 1cefaf13..06c63c2f 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -162,7 +162,7 @@ You may also want to check out our
       <code>master</code> directive have been added.</li>
     <li>The following OpenMP 5.1 features have been added: support for
       expressing OpenMP directives as C++ 11 attributes, the <code>masked</code>
-      and <code>scope</code> construct, the <code>nothing</code> and
+      and <code>scope</code> constructs, the <code>nothing</code> and
       <code>error</code> directives, and using <code>primary</code> with the
       <code>proc_bind</code> clause and <code>OMP_PROC_BIND</code> environment
       variable, the <code>reproducible</code> and <code>unconstrained</code>
diff mbox series

Patch

gcc-12/changes.html: OpenMP - mention masked support

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index a8859882..a58618cc 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -57,8 +57,10 @@  a work-in-progress.</p>
       clause, <code>defaultmap</code> has been updated for OpenMP 5.0, and the
       <code>loop</code> directive and combined directives
       involving <code>master</code> directive have been added. Additionally,
-      support for expressing OpenMP directives as C++ 11 attributes has been
-      added, which is an OpenMP 5.1 feature.
+      the following OpenMP 5.1 feature have been added: support for expressing
+      OpenMP directives as C++ 11 attributes, the <code>masked</code> construct,
+      and using <code>primary</code> with the <code>proc_bind</code> clause and
+      <code>OMP_PROC_BIND</code> environment variable.
   </li>
   <li>The new warning flag <code>-Wopenacc-parallelism</code> was added for
       OpenACC. It warns about potentially suboptimal choices related to