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

Add compiler support for LLVM's x86_64 ERMSB feature #78396

Merged
merged 1 commit into from
Oct 27, 2020

Commits on Oct 26, 2020

  1. Add compiler support for LLVM's x86 ERMSB feature

    This change is needed for compiler-builtins to check for this feature
    when implementing memcpy/memset. See:
      rust-lang/compiler-builtins#365
    
    The change just does compile-time detection. I think that runtime
    detection will have to come in a follow-up CL to std-detect.
    
    Like all the CPU feature flags, this just references rust-lang#44839
    
    Signed-off-by: Joe Richey <[email protected]>
    josephlr committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    ad552bc View commit details
    Browse the repository at this point in the history