-
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 #79938
Update stdarch submodule #79938
Conversation
@tmiasko: 🔑 Insufficient privileges: not in try users |
@bors r+ |
📌 Commit 5ba7e99 has been approved by |
⌛ Testing commit 5ba7e99 with merge 0cc990783371f7102893a9b00a2a56e951d35f19... |
💥 Test timed out |
@bors retry |
Update stdarch submodule Changes included: * Use a bootstrap guard for modules with new target features * Avoid calling intrinsics with invalid const arguments * Avx512bw * Avx512cd * Add AVX512BITALG * Add GFNI Intrinsics * Add AVX512VPOPCNTDQ Intrinsics * Add VPCLMULQDQ Intrinsics * Avx512bw * Reimplement `_xgetbv` with LLVM intrinsics * Avx512bw * Add reamained vmax and vmin via auto-generated code * Add VAES intrinsics Fixes rust-lang#56483.
⌛ Testing commit 5ba7e99 with merge 4a8ae56dc22c6660f2109aaf62ef0c31e1ecfca8... |
💔 Test failed - checks-actions |
Spurious failure:
|
@bors retry |
☀️ Test successful - checks-actions |
@tmiasko @Amanieu This change caused [lots of regressions in the perf benchmark. We should look into this to see if we can win some of the performance losses back. Most the perf losses seem to be in |
Changes included:
_xgetbv
with LLVM intrinsicsFixes #56483.