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
triton_instr!
triton_asm!
This works
let a: usize = 4; triton_asm!(write_io {a});
but this does not
let a: usize = 4; triton_instr!(write_io {a});
I would be cool if this parameterization also worked for triton_instr!.
The text was updated successfully, but these errors were encountered:
triton_instr
No branches or pull requests
This works
but this does not
I would be cool if this parameterization also worked for
triton_instr!
.The text was updated successfully, but these errors were encountered: