Document PSTL linker flags

* doc/xml/manual/using.xml: Add PSTL linker flags to table
        3.1.

From-SVN: r270521
This commit is contained in:
Thomas Rodgers 2019-04-23 21:03:24 +00:00 committed by Thomas Rodgers
parent 451bbd9c40
commit 1bacd25b0c
2 changed files with 16 additions and 0 deletions

View File

@ -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

View File

@ -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">&lt;execution&gt;</filename>.
</entry>
</row>
</tbody>
</tgroup>