opencv/3rdparty/tbb/arm_linux_stub.cpp

11 lines
158 B
C++
Raw Normal View History

2013-02-06 18:41:58 +08:00
#include "tbb/tbb_misc.h"
namespace tbb {
namespace internal {
void affinity_helper::protect_affinity_mask() {}
affinity_helper::~affinity_helper() {}
}
}