Skip to content
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

Mod, Rem, Quotient? #5

Open
rebcabin opened this issue Oct 4, 2022 · 1 comment
Open

Mod, Rem, Quotient? #5

rebcabin opened this issue Oct 4, 2022 · 1 comment

Comments

@rebcabin
Copy link

rebcabin commented Oct 4, 2022

I noticed that, while Div is a binop, Mod, Rem, and Quotient are not. What gives?

@certik
Copy link
Contributor

certik commented Oct 4, 2022

Well, we could add them. They can be computed using existing operations, so we wanted to keep the ASR minimal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants