Skip to content
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

Document movnt needs sfence #1457

Closed

Commits on Aug 9, 2023

  1. Document movnt needs sfence

    For every intrinsic that may generate any of the MOVNT family
    of instructions, specify it must be followed by `_mm_sfence`.
    
    Also, ask people to not think too hard about what actually
    happens with write-combining memory buffers. They probably
    don't want to know, and in terms of the Rust abstract machine,
    we aren't actually entirely sure yet.
    workingjubilee committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    dc9228d View commit details
    Browse the repository at this point in the history