diff mbox series

[wwwdocs] Document deprecation of OpenMP MIC offloading in GCC 12

Message ID 20211112192640.148622-1-hjl.tools@gmail.com
State New
Headers show
Series [wwwdocs] Document deprecation of OpenMP MIC offloading in GCC 12 | expand

Commit Message

H.J. Lu Nov. 12, 2021, 7:26 p.m. UTC
---
 htdocs/gcc-12/changes.html | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Richard Biener Nov. 12, 2021, 7:52 p.m. UTC | #1
On November 12, 2021 8:26:40 PM GMT+01:00, "H.J. Lu via Gcc-patches" <gcc-patches@gcc.gnu.org> wrote:
>---
> htdocs/gcc-12/changes.html | 4 ++++
> 1 file changed, 4 insertions(+)

Ok. 

Thanks, 
Richard. 

>diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
>index 5f12fb42..c133786d 100644
>--- a/htdocs/gcc-12/changes.html
>+++ b/htdocs/gcc-12/changes.html
>@@ -49,6 +49,10 @@ a work-in-progress.</p>
>     which still supports <code>-std=f95</code> and is recommended to be used
>     instead in general.
>   </li>
>+  <li>
>+    OpenMP offloading to Intel MIC has been deprecated and will be removed
>+    in a future release.
>+  </li>
>   <li>
>     The <code>cr16</code> target with the <code>cr16-*-*</code> configuration
>     has been obsoleted and will be removed in a future release.
diff mbox series

Patch

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 5f12fb42..c133786d 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -49,6 +49,10 @@  a work-in-progress.</p>
     which still supports <code>-std=f95</code> and is recommended to be used
     instead in general.
   </li>
+  <li>
+    OpenMP offloading to Intel MIC has been deprecated and will be removed
+    in a future release.
+  </li>
   <li>
     The <code>cr16</code> target with the <code>cr16-*-*</code> configuration
     has been obsoleted and will be removed in a future release.