From patchwork Tue Apr 23 16:54:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Rodgers X-Patchwork-Id: 1089622 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-499563-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44pV1130P7z9sDn for ; Wed, 24 Apr 2019 02:54:38 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type; q=dns; s= default; b=Od7TVr4qAiiCGddTaiVBmLx4fAryLpiXSLTfg4/4OEkV/aqa95LQ+ EKWgv8RNwKjyjYAFJiTmRdiyUFZtC3ZYXXBMwrTzk3bT+z8DiyGqnpw3GYGqsQ48 d9+2hkN28yH1t5Br/QVmD7wD7P2N67FYzWIF2zrrkXGwymzAgb90XA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type; s= default; bh=JSdvLkNqkZw2aa0rNzrcO+NQUiA=; b=OI8XtcrXy+tT+K35knYA yZ4H0uZluH/ALbH21PJO/Dwi9uqe9V7b5y9BJcHbx82z2K1sqMNDGcsOfr221oCK CXG9nibnnYE76fQwpsIaMvI2WNkvabZ/O/IU87E33nNjWdIVnUe+FiD6ZOvtsxcG dAAlfiRhDgy2y9+J5CJjFgg= Received: (qmail 96445 invoked by alias); 23 Apr 2019 16:54:24 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 96332 invoked by uid 89); 23 Apr 2019 16:54:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-20.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=tbody, xml, H*UA:1.0, 3.1 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 23 Apr 2019 16:54:23 +0000 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B473B3E2B0; Tue, 23 Apr 2019 16:54:18 +0000 (UTC) Received: from trodgers.remote.f27.redhat.com (ovpn-116-102.phx2.redhat.com [10.3.116.102]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6DA7E6019C; Tue, 23 Apr 2019 16:54:18 +0000 (UTC) User-agent: mu4e 1.0; emacs 26.1 From: Thomas Rodgers To: libstdc++ , gcc-patches Subject: [PATCH] Document PSTL linker flags Date: Tue, 23 Apr 2019 09:54:17 -0700 Message-ID: MIME-Version: 1.0 * doc/xml/manual/using.xml: Add PSTL linker flags to table 3.1. From eabe72642bf51b813f454c54ae3cc4e873cf34be Mon Sep 17 00:00:00 2001 From: Thomas Rodgers Date: Tue, 23 Apr 2019 09:50:13 -0700 Subject: [PATCH] Document PSTL linker flags * doc/xml/manual/using.xml: Add PSTL linker flags to table 3.1. --- libstdc++-v3/doc/xml/manual/using.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/libstdc++-v3/doc/xml/manual/using.xml b/libstdc++-v3/doc/xml/manual/using.xml index 9e8fe0715a3..8e099d9c3d8 100644 --- a/libstdc++-v3/doc/xml/manual/using.xml +++ b/libstdc++-v3/doc/xml/manual/using.xml @@ -107,6 +107,15 @@ -fopenmp For parallel mode. + + + -ltbb + Linking to tbb (Thread Building Blocks) is required for use of the + Parallel Standard Algorithms and execution policies in + <execution>. + + + -- 2.20.1