From 8dcbfdda2ec7e31d78f46c8b5005b9560baa37fa Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 13 Mar 2022 16:41:40 -0400 Subject: [PATCH] libraries/tbb: Wrap README at 72 columns. Signed-off-by: B. Watson --- libraries/tbb/README | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/libraries/tbb/README b/libraries/tbb/README index b528d2e175..f1473f845b 100644 --- a/libraries/tbb/README +++ b/libraries/tbb/README @@ -1,6 +1,7 @@ -Intel(r) Threading Building Blocks (Intel TBB) offers a rich and complete -approach to expressing parallelism in a C++ program. It is a library that -helps you take advantage of multi-core processor performance without having -to be a threading expert. Intel TBB is not just a threads-replacement library. -It represents a higher-level, task-based parallelism that abstracts platform -details and threading mechanisms for scalability and performance. +Intel(r) Threading Building Blocks (Intel TBB) offers a rich and +complete approach to expressing parallelism in a C++ program. It +is a library that helps you take advantage of multi-core processor +performance without having to be a threading expert. Intel TBB is not +just a threads-replacement library. It represents a higher-level, +task-based parallelism that abstracts platform details and threading +mechanisms for scalability and performance.