Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 16876a2

Browse files
committedDec 21, 2021
remove TBB version text
1 parent 890ef40 commit 16876a2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎index.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ output: html_document
88

99
RcppParallel provides a complete toolkit for creating portable, high-performance parallel algorithms without requiring direct manipulation of operating system threads. RcppParallel includes:
1010

11-
- [Intel TBB](https://www.threadingbuildingblocks.org/)
12-
(v4.3), a C++ library for task parallelism with a wide variety of parallel algorithms and data structures (Windows, OS X, Linux, and Solaris x86 only).
11+
- [Intel TBB](https://www.threadingbuildingblocks.org/), a C++ library for task parallelism with a wide variety of parallel algorithms and data structures (Windows, OS X, Linux, and Solaris x86 only).
1312

1413
- [TinyThread](http://tinythreadpp.bitsnbites.eu/), a C++ library for portable use of operating system threads.
1514

‎index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ <h1 class="title">
269269
<h2>Overview</h2>
270270
<p>RcppParallel provides a complete toolkit for creating portable, high-performance parallel algorithms without requiring direct manipulation of operating system threads. RcppParallel includes:</p>
271271
<ul>
272-
<li><p><a href="https://www.threadingbuildingblocks.org/">Intel TBB</a> (v4.3), a C++ library for task parallelism with a wide variety of parallel algorithms and data structures (Windows, OS X, Linux, and Solaris x86 only).</p></li>
272+
<li><p><a href="https://www.threadingbuildingblocks.org/">Intel TBB</a>, a C++ library for task parallelism with a wide variety of parallel algorithms and data structures (Windows, OS X, Linux, and Solaris x86 only).</p></li>
273273
<li><p><a href="http://tinythreadpp.bitsnbites.eu/">TinyThread</a>, a C++ library for portable use of operating system threads.</p></li>
274274
<li><p><code>RVector</code> and <code>RMatrix</code> wrapper classes for safe and convenient access to R data structures in a multi-threaded environment.</p></li>
275275
<li><p>High level parallel functions (<code>parallelFor</code> and <code>parallelReduce</code>) that use Intel TBB as a back-end on systems that support it and TinyThread on other platforms.</p></li>

0 commit comments

Comments
 (0)
Please sign in to comment.