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
Change:
@clz(comptime T: type, integer: T) @ctz(comptime T: type, integer: T) @popCount(comptime T: type, integer: T)
to
@clz(value: anytype) @ctz(value: anytype) @popCount(value: anytype)
Because llvm.ctlz, llvm.cttz and llvm.ctpop supports vectors with integer element type.
llvm.ctlz
llvm.cttz
llvm.ctpop
It's breaking changes.
The text was updated successfully, but these errors were encountered:
You've already proposed this in #6835...
Sorry, something went wrong.
Sorry. :(
No branches or pull requests
Change:
to
Because
llvm.ctlz
,llvm.cttz
andllvm.ctpop
supports vectors with integer element type.It's breaking changes.
The text was updated successfully, but these errors were encountered: