-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implement codgen extension for int_ops #20
Comments
I do have a small amount of progress here
|
doug-q
changed the title
Lowerings for
Implement codgen extension for int_ops
Jun 19, 2024
arithmetic.int
extension
I added/moved some helpers in #83, that may come useful here |
The scope of this issue has been reduced to basic arithmatic for getting guppy programs going, the rest of the ops go in new issue #86 |
github-merge-queue bot
pushed a commit
that referenced
this issue
Aug 28, 2024
Add emission for multiplication, division, remainder and negation ops Closes #20 --------- Co-authored-by: Agustín Borgna <[email protected]>
31 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://github.com/CQCL/hugr/blob/main/specification/hugr.md#arithmeticint for the spec of these ops.
The text was updated successfully, but these errors were encountered: