From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1725) id 52ABF386F024; Tue, 18 Aug 2020 18:20:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 52ABF386F024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1597774849; bh=4WOzdbka5KnlXyN7FbRhWJVSCcBcmRJNrEnSv4OiqTk=; h=From:To:Subject:Date:From; b=dYOy8ARV++/Lyd2LKKi/Mq3kkMPJ/kZfuRqkY/ZwvNE1lFhv5Q0w/3T9Mwv2I/qNe pns4GGe14QYDWYK+IOitCmWUEWXVEqoDr9Hn/P0J/TwM00JlZj/w7L1HDMarX/o/Lw o4i7wPJUQeKonv7V3Qf6u1dw76Ja6LzJAWLwUPwE= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: William Schmidt To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc(refs/users/wschmidt/heads/builtins3)] libstdc++: ParallelSTL is now part of oneAPI DPC++ Library X-Act-Checkin: gcc X-Git-Author: Gerald Pfeifer X-Git-Refname: refs/users/wschmidt/heads/builtins3 X-Git-Oldrev: 6f00ccbad3d72a39d9e2bc0d500dbd62d1abc60f X-Git-Newrev: d1da25fe991ca7140c4ecce39b30aacd6f78c921 Message-Id: <20200818182049.52ABF386F024@sourceware.org> Date: Tue, 18 Aug 2020 18:20:49 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Aug 2020 18:20:49 -0000 https://gcc.gnu.org/g:d1da25fe991ca7140c4ecce39b30aacd6f78c921 commit d1da25fe991ca7140c4ecce39b30aacd6f78c921 Author: Gerald Pfeifer Date: Fri Jul 31 23:14:49 2020 +0200 libstdc++: ParallelSTL is now part of oneAPI DPC++ Library libstdc++-v3: 2020-07-31 Gerald Pfeifer * doc/xml/manual/status_cxx2017.xml: ParallelSTL is now part of oneAPI DPC++ Library on Github. * doc/html/manual/status.html: Regenerate. Diff: --- libstdc++-v3/doc/html/manual/status.html | 2 +- libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index a16fddd6136..59c0bd8892d 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -906,7 +906,7 @@ since C++14 and the implementation is complete. 28 Algorithms - 28.1General  28.2Header <algorithm> synopsis  28.3Algorithms requirements  28.4Parallel algorithms Using PSTL28.5Non-modifying sequence operationsY 28.6Mutating sequence operationsY 28.7Sorting and related operationsY 28.8C library algorithmsY  + 28.1General  28.2Header <algorithm> synopsis  28.3Algorithms requirements  28.4Parallel algorithms Using oneAPI DPC++ Library28.5Non-modifying sequence operationsY 28.6Mutating sequence operationsY 28.7Sorting and related operationsY 28.8C library algorithmsY  29 Numerics diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml index 0f03126db1c..0929ee948e0 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml @@ -1882,7 +1882,7 @@ since C++14 and the implementation is complete. 28.4 Parallel algorithms - Using PSTL + Using oneAPI DPC++ Library 28.5