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

Refactor - emit_product_quotient_remainder() in JIT #494

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

Lichtso
Copy link

@Lichtso Lichtso commented Aug 2, 2023

This is a preparation for the upcoming changes to mul, div, mod instructions and their encoding. This PR is alone is incomplete and changes to the ISA / instruction encoding are planned.

@Lichtso Lichtso force-pushed the refactor/emit_mul_div_rem_in_jit branch 5 times, most recently from 95f3041 to bf7abb9 Compare August 3, 2023 14:34
@Lichtso Lichtso changed the title Refactor - emit_mul_div_rem() in JIT Refactor - emit_product_quotient_remainder() in JIT Aug 3, 2023
@Lichtso Lichtso force-pushed the refactor/emit_mul_div_rem_in_jit branch from bf7abb9 to afb6937 Compare August 7, 2023 10:15
@Lichtso Lichtso merged commit f0fa759 into main Aug 7, 2023
12 checks passed
@Lichtso Lichtso deleted the refactor/emit_mul_div_rem_in_jit branch August 7, 2023 10:26
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

Successfully merging this pull request may close these issues.

1 participant