mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
TBB: fix build on ARM
This commit is contained in:
parent
f935a16ef2
commit
a426a65b41
3
3rdparty/tbb/arm_linux_stub.cpp
vendored
3
3rdparty/tbb/arm_linux_stub.cpp
vendored
@ -3,8 +3,9 @@
|
||||
namespace tbb {
|
||||
namespace internal {
|
||||
|
||||
void affinity_helper::protect_affinity_mask() {}
|
||||
void affinity_helper::protect_affinity_mask(bool) {}
|
||||
affinity_helper::~affinity_helper() {}
|
||||
void destroy_process_mask() {}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user