From d1da25fe991ca7140c4ecce39b30aacd6f78c921 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Fri, 31 Jul 2020 23:14:49 +0200 Subject: [PATCH] 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. --- 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 a16fddd61360..59c0bd8892de 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 0f03126db1cb..0929ee948e00 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 -- 2.39.2