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
Not an issue but a question: What exactly is the problem with atomics?
I have read the discussion #59
Is this confirmed by WCH, or by the test mentioned in #59?
Is this a hardware bug in all chips? How does one know it is the atomic operation causing a problem?
Is it enough to put the atomic operation in a critical section by using the portable-atomics crate for example?
Just curious about the recent changes.
Thank you in advance for the explanation!