From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1725) id 93CCE393C89C; Tue, 18 Aug 2020 18:29:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 93CCE393C89C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1597775393; bh=/sb8f+coEoJyPcooIKRtkYYfV0LLqjaKaCMoQABu+Hc=; h=From:To:Subject:Date:From; b=KTX/e3q8UHOVPvxlHSq0pFdKSmJoKanEyzV42usg2E5DKkoLn4vTa9/s5/kp4riTE AuYOWpMnqBIJQQvYIYE/RUm8JGhDym90MhidOjpui53ztjjdXeFPrQlqShGYPKX42q r8C+MKv5znGNturMcl+CQLRhoi0QEAg99AJph0rs= 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++: Change URL for PSTL again X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/users/wschmidt/heads/builtins3 X-Git-Oldrev: 17abcc773415848dce593016512636cda3de20d5 X-Git-Newrev: 54485adc777e52da5161bd5069e1dac696dc7325 Message-Id: <20200818182953.93CCE393C89C@sourceware.org> Date: Tue, 18 Aug 2020 18:29:53 +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:29:53 -0000 https://gcc.gnu.org/g:54485adc777e52da5161bd5069e1dac696dc7325 commit 54485adc777e52da5161bd5069e1dac696dc7325 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