This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs] Mention Cilk Plus support
- From: "Zamyatin, Igor" <igor dot zamyatin at intel dot com>
- To: "GCC Patches (gcc-patches at gcc dot gnu dot org)" <gcc-patches at gcc dot gnu dot org>
- Cc: "Gerald Pfeifer <gerald at pfeifer dot com> (gerald at pfeifer dot com)" <gerald at pfeifer dot com>
- Date: Wed, 10 Sep 2014 12:19:36 +0000
- Subject: [wwwdocs] Mention Cilk Plus support
- Authentication-results: sourceware.org; auth=none
Hi!
Following change mentions that now all Cilk Plus features added to GCC
Index: htdocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.936
diff -p -r1.936 index.html
*** htdocs/index.html 14 Aug 2014 09:04:23 -0000 1.936
--- htdocs/index.html 10 Sep 2014 12:04:19 -0000
*************** mission statement</a>.</p>
*** 52,57 ****
--- 52,61 ----
<dl class="news">
+ <dt><span>Complete support for <a href="http://cilk.org">Cilk Plus</a> features was added to GCC</span>
+ <span class="date">[2014-09-02]</span></dt>
+ <dd>Contributed by Jakub Jelinek, Iyer Balaji and Igor Zamyatin.</dd>
+
<dt><span>New GCC version numbering <a href="develop.html#num_scheme">scheme</a> announced</span>
<span class="date">[2014-08-13]</span></dt>
<dd></dd>
Pre-approved by Gerald
Thanks,
Igor