-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 #89145
Update stdarch submodule #89145
Conversation
This mainly fixes the critical issue of aarch64 store intrinsics overwriting additional memory, see rust-lang/stdarch#1220 Other changes: * aarch64/armv7: additional vld1/vst1 intrinsics + perf fixes for existing ones * armv7: Make FMA work with vfpv4 * Non-visible changes to the testing framework
r? @kennytm (rust-highfive has picked a reviewer for you, use r? to override) |
|
@bors r+ |
📌 Commit 1afb537 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (c81c3ea): comparison url. Summary: This benchmark run did not return any relevant changes. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
This is mainly to fix the critical issue of aarch64 store intrinsics overwriting additional memory, see rust-lang/stdarch#1220
Changes: