Commit 1bacd25b by Thomas Rodgers Committed by Thomas Rodgers

Document PSTL linker flags

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

From-SVN: r270521
parent 451bbd9c
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> 2019-04-23 Jonathan Wakely <jwakely@redhat.com>
* include/std/variant (__detail::__variant::_Traits): Make * include/std/variant (__detail::__variant::_Traits): Make
......
...@@ -107,6 +107,15 @@ ...@@ -107,6 +107,15 @@
<entry><literal>-fopenmp</literal></entry> <entry><literal>-fopenmp</literal></entry>
<entry>For <link linkend="manual.ext.parallel_mode">parallel</link> mode.</entry> <entry>For <link linkend="manual.ext.parallel_mode">parallel</link> mode.</entry>
</row> </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> </tbody>
</tgroup> </tgroup>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment