We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76da02 commit ca4e18cCopy full SHA for ca4e18c
inst/include/RcppParallel/TBB.h
@@ -7,6 +7,18 @@
7
# define TBB_PREVIEW_GLOBAL_CONTROL 1
8
#endif
9
10
+// For compatibility with existing packages on CRAN.
11
+#include "tbb/blocked_range.h"
12
+#include "tbb/concurrent_unordered_set.h"
13
+#include "tbb/concurrent_unordered_map.h"
14
+#include "tbb/global_control.h"
15
+#include "tbb/mutex.h"
16
+#include "tbb/parallel_for.h"
17
+#include "tbb/parallel_for_each.h"
18
+#include "tbb/parallel_reduce.h"
19
+#include "tbb/parallel_sort.h"
20
+#include "tbb/spin_mutex.h"
21
+
22
// For compatibility with older R packages.
23
namespace tbb {
24
0 commit comments