-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Impl. const. eval. for "first bit" numeric built-ins #5101
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
Merged
ErichDonGubler
merged 7 commits into
gfx-rs:trunk
from
erichdongubler-mozilla:builtins-const-eval-first_bits
Jul 24, 2024
Merged
Impl. const. eval. for "first bit" numeric built-ins #5101
ErichDonGubler
merged 7 commits into
gfx-rs:trunk
from
erichdongubler-mozilla:builtins-const-eval-first_bits
Jul 24, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9e8436c
to
715d9ca
Compare
715d9ca
to
ff4a61d
Compare
1385753
to
fd9c5d2
Compare
00765aa
to
2b36f65
Compare
2b36f65
to
9e327e1
Compare
3f43c9d
to
d5eb8f9
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
d5eb8f9
to
14ca774
Compare
This comment was marked as outdated.
This comment was marked as outdated.
14ca774
to
1621b9b
Compare
1621b9b
to
3e23247
Compare
c57281f
to
31ea912
Compare
99fe74d
to
1a2118f
Compare
ErichDonGubler
commented
Jul 23, 2024
1a2118f
to
f93f693
Compare
f93f693
to
47a5933
Compare
79 tasks
teoxoy
approved these changes
Jul 24, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
e3293f8
to
f73e616
Compare
f73e616
to
a1e6c86
Compare
Just rebased this via GH's UI since it was running into timeouts that got fixed in #6030. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Connections
Link to the issues addressed by this PR, or dependent PRs in other repositories
Soft dependency on #5098.
Description
Describe what problem this is solving, and how it's solved.
I think it's self-evident, but I'm happy to write something longer if it's not.
Testing
Explain how this change is tested.
Some testing is evident from changes to Naga's snapshot tests, but there's not full coverage of these. I would accept a request to add tests before merging.
Checklist
cargo fmt
.cargo clippy
. If applicable, add:--target wasm32-unknown-unknown
--target wasm32-unknown-emscripten
cargo xtask test
to run tests.CHANGELOG.md
. See simple instructions inside file.