package An official xmake package repository
https://xrepo.xmake.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
589 B
14 lines
589 B
diff --git a/src/tbb/scheduler_common.h b/src/tbb/scheduler_common.h |
|
index ee13dbf9..49052001 100644 |
|
--- a/src/tbb/scheduler_common.h |
|
+++ b/src/tbb/scheduler_common.h |
|
@@ -219,7 +219,7 @@ inline void prolonged_pause_impl() { |
|
#endif |
|
|
|
inline void prolonged_pause() { |
|
-#if __TBB_WAITPKG_INTRINSICS_PRESENT && (_WIN32 || _WIN64 || __linux__) && (__TBB_x86_32 || __TBB_x86_64) |
|
+#if 0 |
|
if (governor::wait_package_enabled()) { |
|
std::uint64_t time_stamp = machine_time_stamp(); |
|
// _tpause function directs the processor to enter an implementation-dependent optimized state |
|
|