-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Sync portable-simd to 2023 May 10 #111429
Sync portable-simd to 2023 May 10 #111429
Conversation
…k layout This makes it more clear that you can't rely on the layout of these, which seems worth doing given that the names vaguely suggest that you can (and the docs only clarify that you can't on Mask but not the maskNxM aliases).
make some Miri backtraces more pretty
Fix interleave/deinterleave for vectors with only one lane
add all_lane_counts feature to enable non-power-of-2 lane counts <= 64
couldn't run the `hellosimd` without it 🤷🏾
Co-authored-by: Jacob Lifshay <[email protected]>
Mark more mask functions inline
Update readme
Specify aliases in one place, and make it more uniform which are defined
is the title supposed to be 2023 May 10, its not 2022 anymore somehow |
Oops. |
API changes resulted in subtle MIR and impl differences
e0c7512
to
fb42fac
Compare
This comment has been minimized.
This comment has been minimized.
Oh, these are much more exciting failures. I thought I hunted all these down, but guess not. |
I wonder if the |
Oh, these are the miri tests, and miri is a subtree now. So I can just fix this. Cool. |
It isn't clear to me why these error patterns do not trigger, but I am not going to waste time analyzing bugs in compiletest.
The Miri subtree was changed cc @rust-lang/miri |
I believe that's all of them. @bors r+ |
🌲 The tree is currently closed for pull requests below priority 50. This pull request will be tested once the tree is reopened. |
GitHub claims they have resolved the incident. |
@bors p=1 |
⌛ Testing commit dac348e with merge 367906d9e5a165216b08b0c1e7bc1283b77e2126... |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
☔ The latest upstream changes (presumably #111454) made this pull request unmergeable. Please resolve the merge conflicts. |
RIP. |
Re-opened as #111475 because incoherent reasons |
It's been a little while since this has been updated because I've been unfortunately distracted. Let's fix that.
r? @ghost