Add Boost.Compute to libraries.htm

This commit is contained in:
Kyle Lutz 2015-06-29 20:20:40 -07:00
parent 042974b74c
commit 53f336f31b

View file

@ -115,6 +115,7 @@ how to download, build, and install the libraries.</p>
<li><a href="utility/compressed_pair.htm">compressed_pair</a>
- Empty member optimization, from John Maddock, Howard
Hinnant, et al.</li>
<li><a href="compute/index.html">compute</a> - GPU/parallel-computing library based on OpenCL, from Kyle Lutz.</li>
<li><a href="concept_check/concept_check.htm">concept check</a>
- Tools for generic programming, from Jeremy Siek.</li>
<li><a href="config/config.htm">config</a> - Helps boost
@ -436,6 +437,7 @@ how to download, build, and install the libraries.</p>
I/O, including sockets, timers, hostname resolution, socket iostreams, serial
ports, file descriptors and Windows HANDLEs, from Chris Kohlhoff.</li>
<li><a href="atomic/index.html">atomic</a> - C++11-style atomic<>, from Helge Bahmann, maintained by Tim Blechmann</li>
<li><a href="compute/index.html">compute</a> - GPU/parallel-computing library based on OpenCL, from Kyle Lutz.</li>
<li><a href="context/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
<li><a href="coroutine/index.html">coroutine</a> - Coroutine library, from Oliver Kowalke</li>
<li><a href="interprocess/index.html">interprocess</a> - Shared memory, memory mapped files,