You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A conditional was accidentally inverted which meant that the spin-wait
would first start yielding to the OS and then later start spinning with
very large loopCount values, potentially leading to large pauses.
Originally fixed by @loopunit in loopunit@242db2b
0 commit comments