-
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
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. |
@bors p=1 |
☀️ Test successful - checks-actions |
A job failed! Check out the build log: (web) (plain) Click to see the possible cause of the failure (guessed by this bot)
|
@rust-lang/infra there's a strange post-merge CI failure here, or something like that? |
Finished benchmarking commit (5e0bdaa): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary 1.3%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 752.134s -> 753.141s (0.13%) |
Seems like a spurious timeout. |
…r=bjorn3 Atomic intrinsics : use const generic ordering, part 2 This completes what got started in rust-lang#141507 by using a const generic for the ordering for all intrinsics. It is based on that PR; only the last commit is new. Blocked on: - rust-lang#141507 - rust-lang#141687 - rust-lang/stdarch#1811 - rust-lang#141964 r? `@bjorn3`
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