opencv/3rdparty/tbb/arm_linux_stub.cpp

11 lines
158 B
C++
Raw Normal View History

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