Re: Vector Memory Ordering
Allen Baum
You don't have to ensure previous stores (or loads) have completed - I misspoke. You have to ensure that they don't trap, which might be a much easier proposition. Implementations may typically do those checks in order anyway, and the checks only need to be done once/page (or PMA or PMP region, unfortunately).
On Tue, Sep 8, 2020 at 2:08 PM Bill Huffman <huffman@...> wrote:
|
|