Commit ab8cf787 authored by Jeremy Fitzhardinge's avatar Jeremy Fitzhardinge
Browse files

Make fence operations safe

`sfence.vma`, `fence` and `fence.i` just add ordering constraints
load/store operations (between themselves, or other kinds of memory
access). There's no risk of any UB or other unexpected visible changes
in machine state, so we can make these "safe".
parent e80d5cc5
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment