mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
192ee15520
HardFP and SoftFP toolchains joined to one; RPATH skiping added.
11 lines
158 B
C++
11 lines
158 B
C++
#include "tbb/tbb_misc.h"
|
|
|
|
namespace tbb {
|
|
namespace internal {
|
|
|
|
void affinity_helper::protect_affinity_mask() {}
|
|
affinity_helper::~affinity_helper() {}
|
|
|
|
}
|
|
}
|