Uh oh!
There was an error while loading. Please reload this page.
Update stdarch submodule - #79938
Conversation
tmiasko
commented
Dec 11, 2020
bors
commented
Dec 11, 2020
@tmiasko: 🔑 Insufficient privileges: not in try users |
Amanieu
commented
Dec 11, 2020
@bors r+ |
bors
commented
Dec 11, 2020
📌 Commit 5ba7e99 has been approved by |
bors
commented
Dec 12, 2020
⌛ Testing commit 5ba7e99 with merge 0cc990783371f7102893a9b00a2a56e951d35f19... |
bors
commented
Dec 12, 2020
💥 Test timed out |
Amanieu
commented
Dec 12, 2020
@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 Fixesrust-lang#56483.
bors
commented
Dec 13, 2020
⌛ Testing commit 5ba7e99 with merge 4a8ae56dc22c6660f2109aaf62ef0c31e1ecfca8... |
bors
commented
Dec 13, 2020
💔 Test failed - checks-actions |
tmiasko
commented
Dec 14, 2020
Spurious failure:
|
Amanieu
commented
Dec 14, 2020
@bors retry |
bors
commented
Dec 14, 2020
bors
commented
Dec 15, 2020
☀️ 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:
_xgetbvwith LLVM intrinsicsFixes#56483.