1234567891011121314 |
- 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
-
|