-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Update stdarch submodule #141964
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
base: master
Are you sure you want to change the base?
Update stdarch submodule #141964
Conversation
|
This comment has been minimized.
This comment has been minimized.
cc @bjorn3 I guess. |
That is caused by rust-lang/stdarch#1807. You can try replacing the |
- remove unused `llvm.aarch64.neon.frintn` from cg_clif
Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 |
This comment has been minimized.
This comment has been minimized.
Portable SIMD is developed in its own repository. If possible, consider making this change to rust-lang/portable-simd instead. cc @calebzulawski, @programmerjake The Miri subtree was changed cc @rust-lang/miri |
@bors r+ rollup=never |
Beta-nominating specifically for rust-lang/stdarch#1818: we want that to be backported to beta since we accidentally stabilized some f16 types and intrinsics in beta. However it's not strictly necessary if the FCP on #136306 passes before the release deadline since we would be stabilizing them in the next release anyways. |
A minor correction in case it changes something - the f16 types were accidentally introduced originally as stable so those aren't a regression and are currently stable on the stable channel. The couple of f16 intrinsics stabilised are the beta regression. |
Updates the stdarch submodule.
Merged PRs
intrinsic-test
to enable seamless addition of behaviour testing for more architectures stdarch#1758Zicntr
from the IMA base behavior stdarch#1806sha512
,sm3
andsm4
intrinsics and runtime detection stdarch#1796riscv_hwprobe
support stdarch#1816r? @Amanieu
@rustbot label T-libs-api
Closes #111137