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

Qint integer division #27

Open
5 tasks
dakk opened this issue Mar 23, 2024 · 1 comment
Open
5 tasks

Qint integer division #27

dakk opened this issue Mar 23, 2024 · 1 comment
Labels
enhancement New feature or request python ast Support for Python AST unitaryhack Issue for unitaryhack

Comments

@dakk
Copy link
Owner

dakk commented Mar 23, 2024

Implement integer division // (known as floor_div) for Qint type using the following algorithm: Integer_division_(unsigned)_with_remainder

Handle division by constant using the same optimization method used for multiplying with constant implemented in #36

Tasks:

Please read CONTRIBUTING.md before contributing.

@dakk dakk added enhancement New feature or request python ast Support for Python AST labels Mar 23, 2024
@dakk dakk added the unitaryhack Issue for unitaryhack label May 28, 2024
@dakk dakk changed the title Qint division Qint integer division May 29, 2024
@ShayanMajumder
Copy link

Hi @dakk can you please review my latest merge request for this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python ast Support for Python AST unitaryhack Issue for unitaryhack
Projects
None yet
Development

No branches or pull requests

2 participants