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.

clause, defaultmap has been updated for OpenMP 5.0, and the loop directive and combined directives involving master 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 masked construct, + and using primary with the proc_bind clause and + OMP_PROC_BIND environment variable.
  • The new warning flag -Wopenacc-parallelism was added for OpenACC. It warns about potentially suboptimal choices related to