-
Notifications
You must be signed in to change notification settings - Fork 21
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
smp_acquire__after_ctrl_dep missing #30
Comments
Why not simply:
as in barrier.h? I do not see any other architecture-specific mappings; mapping it to BTW, the reason this is not modeled is that it is not part of the LKMM's |
Great! Thank you.
I was not aware of that. Thank you. |
I'm trying some LKMM-based code and miss some functions. Most of them I could implement myself, eg,
atomic_try_cmpxchg_release
, but I am not sure what to do withsmp_acquire__after_ctrl_dep
. To what should I map it? To__LKMM_FENCE(aa)
as in after atomic?The text was updated successfully, but these errors were encountered: