diff options
| author | Thiago Macieira <thiago.macieira@intel.com> | 2023-07-06 10:57:35 -0700 |
|---|---|---|
| committer | Thiago Macieira <thiago.macieira@intel.com> | 2023-07-25 07:21:56 -0700 |
| commit | a7f227f56cfe562280e89d3c73040f7e8384129e (patch) | |
| tree | 70fd65f8f5b0335fd8843d6eeebd0cbcef8f167a /src/corelib/global/qlogging.cpp | |
| parent | aaa8c3835303e6eb3579df300e06ea6696ca769f (diff) | |
Make qYieldCpu() public API
Rewritten to be a bit simpler, added a few more yield/YieldProcessor
alternatives, added RISC-V support.
[ChangeLog][QtCore] Added qYieldCpu() function.
Fixes: QTBUG-103014
Change-Id: I53335f845a1345299031fffd176f59032e7400f5
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/corelib/global/qlogging.cpp')
| -rw-r--r-- | src/corelib/global/qlogging.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/global/qlogging.cpp b/src/corelib/global/qlogging.cpp index d33f0937207..d4a22957787 100644 --- a/src/corelib/global/qlogging.cpp +++ b/src/corelib/global/qlogging.cpp @@ -14,7 +14,6 @@ #include "qdebug.h" #include "qmutex.h" #include <QtCore/private/qlocking_p.h> -#include <QtCore/private/qsimd_p.h> #include "qloggingcategory.h" #ifndef QT_BOOTSTRAPPED #include "qelapsedtimer.h" |
