|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Description: Don't use yield on CPUs that might not support it
|
|
|
|
|
|
|
|
|
|
--- qt6-base-6.3.1+dfsg.orig/src/corelib/global/qsimd_p.h
|
|
|
|
|
+++ qt6-base-6.3.1+dfsg/src/corelib/global/qsimd_p.h
|
|
|
|
|
--- a/src/corelib/global/qsimd_p.h
|
|
|
|
|
+++ b/src/corelib/global/qsimd_p.h
|
|
|
|
|
@@ -428,7 +428,9 @@ static inline void qYieldCpu()
|
|
|
|
|
https://stackoverflow.com/a/70076751/134841
|
|
|
|
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105416
|
|
|
|
|