-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Treat f16 and f128 as floats in constant evaluation
#15897
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
base: master
Are you sure you want to change the base?
Treat f16 and f128 as floats in constant evaluation
#15897
Conversation
a4b8e9a to
d2c4a42
Compare
|
@samueltardieu seems like some CI job failed |
Yeah, it looks like MSVC doesn't support some things related to either @rustbot author |
d2c4a42 to
e03c7af
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
e03c7af to
48c7a1d
Compare
This comment has been minimized.
This comment has been minimized.
48c7a1d to
639ed75
Compare
|
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
Basis for enabling handling of
f16andf128in other existing lints.changelog: none