mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/tbb: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
6767335da3
commit
8dcbfdda2e
1 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
||||||
Intel(r) Threading Building Blocks (Intel TBB) offers a rich and complete
|
Intel(r) Threading Building Blocks (Intel TBB) offers a rich and
|
||||||
approach to expressing parallelism in a C++ program. It is a library that
|
complete approach to expressing parallelism in a C++ program. It
|
||||||
helps you take advantage of multi-core processor performance without having
|
is a library that helps you take advantage of multi-core processor
|
||||||
to be a threading expert. Intel TBB is not just a threads-replacement library.
|
performance without having to be a threading expert. Intel TBB is not
|
||||||
It represents a higher-level, task-based parallelism that abstracts platform
|
just a threads-replacement library. It represents a higher-level,
|
||||||
details and threading mechanisms for scalability and performance.
|
task-based parallelism that abstracts platform details and threading
|
||||||
|
mechanisms for scalability and performance.
|
||||||
|
|
Loading…
Reference in a new issue