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
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
If these are the correct dependencies would you prefer putting the re-exports in barriers.rs or removing barriers.rs and putting the re-exports into lib.rs?
I gave this a shot some time ago, but memory fails me a bit.
I think re-exporting those had the unpleasant side effect that users of cortex-a then would need to add some experimental intrinsics global attribute to their top level file.
That's a bit against the intention of the crate for taking care of these hassles for the user.
Let me have a look again if the re-exporting is feasible under these circumstances and come back to you soon!
Reexport memory barrier funcs from rust-lang/stdarch#557
The text was updated successfully, but these errors were encountered: