-
Notifications
You must be signed in to change notification settings - Fork 156
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
countLeadingZeros for Fixed #160
Labels
Comments
But only for |
Yes. If I had a bigger |
@leonschoorl This is fixed in #501 right? |
Well, Only constant folding doesn't work |
leonschoorl
pushed a commit
that referenced
this issue
Jul 31, 2023
CI triggers formal tests if anything in Clash/Contranomy changes, hence burning a lot of minutes if this change is part of another (WIP) PR.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
countLeadingZeros
does not currently work forFixed
. My workaround is to convert toInt32
orInt64
and usecountLeadingZeros
on that, which does work.The text was updated successfully, but these errors were encountered: