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

zkasm: rem #68

Merged
merged 2 commits into from
Nov 6, 2023
Merged

zkasm: rem #68

merged 2 commits into from
Nov 6, 2023

Conversation

MCJOHN974
Copy link

Add support for rem opcode and fixes error in div opcode, when division lefts non-zero reminder

@MCJOHN974
Copy link
Author

Division for negatives don't work #69. I will care about negatives both for division and reminder in another PR. Signedness also will be covered later

@MCJOHN974 MCJOHN974 requested a review from nagisa November 6, 2023 15:08
(module
(import "env" "assert_eq" (func $assert_eq (param i32) (param i32)))
(func $main
i32.const 5
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style nit: mixture of tabs and spaces. Pick one and stick to it. (As far as I know spaces are dominant in wasm ecosystem)

@MCJOHN974 MCJOHN974 enabled auto-merge November 6, 2023 15:42
@MCJOHN974 MCJOHN974 added this pull request to the merge queue Nov 6, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 6, 2023
@MCJOHN974 MCJOHN974 added this pull request to the merge queue Nov 6, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 6, 2023
@MCJOHN974 MCJOHN974 added this pull request to the merge queue Nov 6, 2023
Merged via the queue into main with commit ac36648 Nov 6, 2023
21 checks passed
@MCJOHN974 MCJOHN974 deleted the viktar/rem branch November 6, 2023 18:34
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.

2 participants