-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 the stdsimd submodule #56926
Update the stdsimd submodule #56926
Conversation
r? @TimNN (rust_highfive has picked a reviewer for you, use r? to override) |
|
R=me if travis is green |
This comment has been minimized.
This comment has been minimized.
7852ebb
to
7d2c650
Compare
This comment has been minimized.
This comment has been minimized.
This brings in a few updates: * Update wasm intrinsic naming for atomics * Update and reimplement most simd128 wasm intrinsics * Other misc improvements here and there, including a small start to AVX-512 intrinsics
7d2c650
to
5e5823c
Compare
@bors: r=TimNN |
📌 Commit 7d2c6509258c6d8280eb0bf6bd9d27717f560d0f has been approved by |
@bors: rollup |
@bors r- Failed in the rollup:
|
@bors: rollup- r=TimNN Did some investigation locally and looks like the rollup may have gotten mixed up and forgot the last commit of stdsimd, which is needed to fix that failure (and is oddly enough present in this PR...) |
📌 Commit 7d2c6509258c6d8280eb0bf6bd9d27717f560d0f has been approved by |
@bors retry Trying to wake bors up. |
@bors are you still there? |
@bors r=TimNN |
📌 Commit 5e5823c has been approved by |
Update the stdsimd submodule This brings in a few updates: * Update wasm intrinsic naming for atomics * Update and reimplement most simd128 wasm intrinsics * Other misc improvements here and there, including a small start to AVX-512 intrinsics
☀️ Test successful - status-appveyor, status-travis |
This brings in a few updates:
AVX-512 intrinsics