diff options
author | Thomas Rodgers <trodgers@redhat.com> | 2019-04-23 21:03:24 +0000 |
---|---|---|
committer | Thomas Rodgers <rodgertq@gcc.gnu.org> | 2019-04-23 21:03:24 +0000 |
commit | 1bacd25b0c2c6ce3f1f737a4a84dc9c806e9af4b (patch) | |
tree | 3880c110060b18bf2ad83903b52814dfdeb0f685 | |
parent | 451bbd9c40ea1db1b52ebabf942010c9e3da9df2 (diff) | |
download | gcc-1bacd25b0c2c6ce3f1f737a4a84dc9c806e9af4b.zip gcc-1bacd25b0c2c6ce3f1f737a4a84dc9c806e9af4b.tar.gz gcc-1bacd25b0c2c6ce3f1f737a4a84dc9c806e9af4b.tar.bz2 |
Document PSTL linker flags
* doc/xml/manual/using.xml: Add PSTL linker flags to table
3.1.
From-SVN: r270521
-rw-r--r-- | libstdc++-v3/ChangeLog | 7 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/using.xml | 9 |
2 files changed, 16 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index abfbfd8..a12f26e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2019-04-23 Thomas Rodgers <trodgers@redhat.com> + + Document PSTL linker flags + + * doc/xml/manual/using.xml: Add PSTL linker flags to table + 3.1. + 2019-04-23 Jonathan Wakely <jwakely@redhat.com> * include/std/variant (__detail::__variant::_Traits): Make diff --git a/libstdc++-v3/doc/xml/manual/using.xml b/libstdc++-v3/doc/xml/manual/using.xml index 9e8fe07..8e099d9 100644 --- a/libstdc++-v3/doc/xml/manual/using.xml +++ b/libstdc++-v3/doc/xml/manual/using.xml @@ -107,6 +107,15 @@ <entry><literal>-fopenmp</literal></entry> <entry>For <link linkend="manual.ext.parallel_mode">parallel</link> mode.</entry> </row> + + <row> + <entry><literal>-ltbb</literal></entry> + <entry>Linking to tbb (Thread Building Blocks) is required for use of the + Parallel Standard Algorithms and execution policies in + <filename class="headerfile"><execution></filename>. + </entry> + </row> + </tbody> </tgroup> |