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

Update stdarch submodule and remove special handling in cranelift codegen for some AVX and SSE2 LLVM intrinsics #115580

Merged
merged 3 commits into from
Sep 7, 2023

Commits on Sep 5, 2023

  1. Bump stdarch submodule

    eduardosm committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    537edd0 View commit details
    Browse the repository at this point in the history
  2. Remove special handling in codegen for some SSE2 "storeu" intrinsics

    Those were removed from stdarch in rust-lang/stdarch#1463 (`<*mut _>::write_unaligned` is used instead)
    eduardosm committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    c3edc57 View commit details
    Browse the repository at this point in the history
  3. Remove special handling in codegen for some AVX and SSE2 shift by imm…

    …ediate intrinsics
    
    Those were removed from stdarch in rust-lang/stdarch#1463 (`simd_shl` and `simd_shr` are used instead)
    eduardosm committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    0b6ee86 View commit details
    Browse the repository at this point in the history