-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
sync.stdatomic: add atomic_thread_fence(), cpu_relax() #24690
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
Conversation
Connected to Huly®: V_0.6-23046 |
@tankf33der, can you please check if |
I have no |
latest v on ubuntu 24.10 successfully passed vlib/sync on master and on this PR. |
I can provide all the information on how to set up qemu+riscv64. |
@kbkpbot, @tankf33der, thank you, for making V better. |
Thank for information. |
Add
atomic_thread_fence()
support.Add
cpu_relax()
to support building low cpu-usage spin lock.