From 953d689ce3c783d1a9272062fac2b7f93fb299d0 Mon Sep 17 00:00:00 2001 From: Alejandro Pulver Date: Tue, 2 Oct 2007 18:39:18 +0000 Subject: Intel Threading Building Blocks (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. Threading Building Blocks is not just a threads-replacement library. It represents a higher-level, task-based parallelism that abstracts platform details and threading mechanism for performance and scalability. WWW: http://tbb.sourceforge.net/ - Arun Sharma arun@FreeBSD.org PR: ports/116771 Submitted by: Arun Sharma --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index edff0c143c94..3a5847140862 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2232,6 +2232,7 @@ SUBDIR += ta-lib SUBDIR += tailor SUBDIR += tavrasm + SUBDIR += tbb SUBDIR += tcl-memchan SUBDIR += tcl-neo SUBDIR += tcl-trf -- cgit v1.2.3