From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2100) id D545F3948A71; Tue, 18 Aug 2020 01:30:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D545F3948A71 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1597714254; bh=8cRCz1E4Mps06JfoQswZ9Dlu5ZJcH4XwFNDNlCvZd9U=; h=From:To:Subject:Date:From; b=wcKH9vrQ/n+7wDhGtiGt7OP+x7+n0IhdnLfWLKUwflkfnxA8XrMkNL6XIQUibnXnT bQGJim3ze2rqHXFrwUXdE4wSXPncvo0Y6GjFZvN/ot4BRJ3EaccafzQiEjdN1luX/5 YPPCHZ342gkk/l3ZDWe1ZPBU+SYu9zd8GY+HRVBg= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Giuliano Belinassi To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc(refs/users/giulianob/heads/autopar_rebase2)] libstdc++: Change URL for PSTL again X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/users/giulianob/heads/autopar_rebase2 X-Git-Oldrev: 8c7284685eabf26238f8b64b5dc3fa89eb698e5e X-Git-Newrev: 42b0c2baffedf82c8dc85c5ede4741dd17c4cc1c Message-Id: <20200818013054.D545F3948A71@sourceware.org> Date: Tue, 18 Aug 2020 01:30:54 +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 01:30:54 -0000 https://gcc.gnu.org/g:42b0c2baffedf82c8dc85c5ede4741dd17c4cc1c commit 42b0c2baffedf82c8dc85c5ede4741dd17c4cc1c Author: Jonathan Wakely Date: Wed Aug 5 22:45:04 2020 +0100 libstdc++: Change URL for PSTL again libstdc++-v3/ChangeLog: * doc/xml/manual/status_cxx2017.xml: Replace oneAPI DPC++ link with LLVM repo for PSTL. * 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 59c0bd8892d..ce9c5ccd0f6 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 oneAPI DPC++ Library28.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 PSTL28.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 0929ee948e0..e6834b3607a 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 oneAPI DPC++ Library + Using PSTL 28.5