We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
std::lsb
in addition to lsb, std::msb should also be generalized, and maybe more std lib functions too (I didn't think too deeply about it).
lsb
std::msb
cast the value to unsigned, then use lsb
std lib is updated, with some arguments allowed to be parametric signedness
The text was updated successfully, but these errors were encountered:
cdleary
Successfully merging a pull request may close this issue.
in addition to
lsb
,std::msb
should also be generalized, and maybe more std lib functions too (I didn't think too deeply about it).Current best alternative workaround (limit 100 words)
cast the value to unsigned, then use
lsb
Your view of the "best case XLS enhancement" (limit 100 words)
std lib is updated, with some arguments allowed to be parametric signedness
The text was updated successfully, but these errors were encountered: