Updated to TBB 4.4 update 4

This commit is contained in:
Wenzel Jakob
2016-05-12 12:28:09 +01:00
parent 4fa22d5ace
commit 92a3dcd0a2
1374 changed files with 52186 additions and 31785 deletions
@@ -1,4 +1,4 @@
# Copyright 2005-2014 Intel Corporation. All Rights Reserved.
# Copyright 2005-2016 Intel Corporation. All Rights Reserved.
#
# This file is part of Threading Building Blocks. Threading Building Blocks is free software;
# you can redistribute it and/or modify it under the terms of the GNU General Public License
@@ -35,6 +35,8 @@ run_cmd=../../common/android.linux.launcher.sh
else
LIBS+= -lrt
endif
else ifeq ($(shell uname), Darwin)
override CXXFLAGS += -Wl,-rpath,$(TBBROOT)/lib
endif
all: release test
@@ -1,4 +1,4 @@
# Copyright 2005-2014 Intel Corporation. All Rights Reserved.
# Copyright 2005-2016 Intel Corporation. All Rights Reserved.
#
# This file is part of Threading Building Blocks. Threading Building Blocks is free software;
# you can redistribute it and/or modify it under the terms of the GNU General Public License
@@ -1,5 +1,5 @@
/*
Copyright 2005-2014 Intel Corporation. All Rights Reserved.
Copyright 2005-2016 Intel Corporation. All Rights Reserved.
This file is part of Threading Building Blocks. Threading Building Blocks is free software;
you can redistribute it and/or modify it under the terms of the GNU General Public License
@@ -1,5 +1,5 @@
/*
Copyright 2005-2014 Intel Corporation. All Rights Reserved.
Copyright 2005-2016 Intel Corporation. All Rights Reserved.
This file is part of Threading Building Blocks. Threading Building Blocks is free software;
you can redistribute it and/or modify it under the terms of the GNU General Public License
@@ -1,5 +1,5 @@
/*
Copyright 2005-2014 Intel Corporation. All Rights Reserved.
Copyright 2005-2016 Intel Corporation. All Rights Reserved.
This file is part of Threading Building Blocks. Threading Building Blocks is free software;
you can redistribute it and/or modify it under the terms of the GNU General Public License
@@ -42,7 +42,7 @@ General build directions can be found <A HREF=../../index.html#build>here</A>.
<HR>
<A HREF="../index.html">Up to parent directory</A>
<p></p>
Copyright &copy; 2005-2014 Intel Corporation. All Rights Reserved.
Copyright &copy; 2005-2016 Intel Corporation. All Rights Reserved.
<P></P>
Intel is a registered trademark or trademark of Intel Corporation
or its subsidiaries in the United States and other countries.
+1 -1
View File
@@ -15,7 +15,7 @@ This directory has examples of the template <code>parallel_reduce</code>.
<HR>
<A HREF="../index.html">Up to parent directory</A>
<p></p>
Copyright &copy; 2005-2014 Intel Corporation. All Rights Reserved.
Copyright &copy; 2005-2016 Intel Corporation. All Rights Reserved.
<P></P>
Intel is a registered trademark or trademark of Intel Corporation
or its subsidiaries in the United States and other countries.
+3 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2005-2014 Intel Corporation. All Rights Reserved.
# Copyright 2005-2016 Intel Corporation. All Rights Reserved.
#
# This file is part of Threading Building Blocks. Threading Building Blocks is free software;
# you can redistribute it and/or modify it under the terms of the GNU General Public License
@@ -44,6 +44,8 @@ run_cmd=../../common/android.linux.launcher.sh
else
LIBS+= -lrt
endif
else ifeq ($(shell uname), Darwin)
override CXXFLAGS += -Wl,-rpath,$(TBBROOT)/lib
endif
all: release test
@@ -1,4 +1,4 @@
# Copyright 2005-2014 Intel Corporation. All Rights Reserved.
# Copyright 2005-2016 Intel Corporation. All Rights Reserved.
#
# This file is part of Threading Building Blocks. Threading Building Blocks is free software;
# you can redistribute it and/or modify it under the terms of the GNU General Public License
+3 -4
View File
@@ -4,7 +4,7 @@
<H2>Overview</H2>
<DL>
<DT>Parallel version of the Sieve of Eratosthenes.
<DT>The example can be built in the offload version to run on Intel&reg Many Integrated Core (Intel&reg MIC) Architecture based coprocessor (see <A HREF=../../index.html#build_4>build instructions</A>).
<DT>The example can be built in the offload version to run on Intel&reg; Many Integrated Core (Intel&reg; MIC) Architecture based coprocessor (see <A HREF=../../index.html#build_4>build instructions</A>).
</DL>
<H2>Files</H2>
@@ -16,7 +16,7 @@
<DT><A HREF="primes.cpp">primes.cpp</A>
<DD>The Sieve of Eratosthenes implementation.
<DT><A HREF="Makefile">Makefile</A>
<DD>Makefile for building example.
<DD>Makefile for building the example.
</DL>
<H2>Directories</H2>
@@ -29,7 +29,6 @@
<H2>To Build</H2>
General build directions can be found <A HREF=../../index.html#build>here</A>.
<A HREF=../../index.html#build_4>here</A>
<H2>Usage</H2>
<DL>
@@ -52,7 +51,7 @@ General build directions can be found <A HREF=../../index.html#build>here</A>.
<HR>
<A HREF="../index.html">Up to parent directory</A>
<p></p>
Copyright &copy; 2005-2014 Intel Corporation. All Rights Reserved.
Copyright &copy; 2005-2016 Intel Corporation. All Rights Reserved.
<P></P>
Intel is a registered trademark or trademark of Intel Corporation
or its subsidiaries in the United States and other countries.
+1 -1
View File
@@ -1,5 +1,5 @@
/*
Copyright 2005-2014 Intel Corporation. All Rights Reserved.
Copyright 2005-2016 Intel Corporation. All Rights Reserved.
This file is part of Threading Building Blocks. Threading Building Blocks is free software;
you can redistribute it and/or modify it under the terms of the GNU General Public License
+1 -1
View File
@@ -1,5 +1,5 @@
/*
Copyright 2005-2014 Intel Corporation. All Rights Reserved.
Copyright 2005-2016 Intel Corporation. All Rights Reserved.
This file is part of Threading Building Blocks. Threading Building Blocks is free software;
you can redistribute it and/or modify it under the terms of the GNU General Public License
+1 -1
View File
@@ -1,5 +1,5 @@
/*
Copyright 2005-2014 Intel Corporation. All Rights Reserved.
Copyright 2005-2016 Intel Corporation. All Rights Reserved.
This file is part of Threading Building Blocks. Threading Building Blocks is free software;
you can redistribute it and/or modify it under the terms of the GNU General Public License