| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The fetchadd64_acquire only have load acquire barrier. It may lead to load/store before the synchronize could be speculated after of load/store after the synchronize. So, change fetchadd64_acquire to fetchadd64_acquire_release to ensure load/store order.
|
Can you help me understand your comment?
What is synchronize? Can you put line numbers or code for load/store and synchronize? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The fetchadd64_acquire only have load acquire barrier. It may lead to load/store before the synchronize could be speculated after of load/store after the synchronize.
So, change fetchadd64_acquire to fetchadd64_acquire_release to ensure load/store order.