Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A tiny error in "Atomics" #473

Open
arakur opened this issue Jan 4, 2025 · 0 comments
Open

A tiny error in "Atomics" #473

arakur opened this issue Jan 4, 2025 · 0 comments

Comments

@arakur
Copy link

arakur commented Jan 4, 2025

In Atomics,

However there's a third potential state that the hardware enables:

* `y = 2`: (thread 2 saw `x = 1`, but not `y = 3`, and then overwrote `y = 3`)

the last y = 3 should be y = 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant