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

chore: update docs #1291

Merged
merged 56 commits into from
Jan 27, 2025
Merged

chore: update docs #1291

merged 56 commits into from
Jan 27, 2025

Conversation

yi-sun
Copy link
Collaborator

@yi-sun yi-sun commented Jan 26, 2025

Closes INT-2938, INT-3109, INT-3123

Base automatically changed from chore/native-as to main January 26, 2025 01:57
@yi-sun yi-sun force-pushed the chore/update-docs branch 2 times, most recently from c1a5d73 to b9dd453 Compare January 26, 2025 03:36
docs/specs/ISA.md Outdated Show resolved Hide resolved
@yi-sun yi-sun force-pushed the chore/update-docs branch from 012cd8e to 54f11a5 Compare January 26, 2025 09:04
docs/specs/ISA.md Outdated Show resolved Hide resolved
| subcomplex | R | 0101011 | 010 | `idx*8+1` | Read `x: Fp2` from `[rs1..]_2` and `y: Fp2` from `[rs2..]_2`. Write `x - y` to `[rd..]_2` |
| mulcomplex | R | 0101011 | 010 | `idx*8+2` | Read `x: Fp2` from `[rs1..]_2` and `y: Fp2` from `[rs2..]_2`. Write `x * y` to `[rd..]_2` |
| divcomplex | R | 0101011 | 010 | `idx*8+3` | Read `x: Fp2` from `[rs1..]_2` and `y: Fp2` from `[rs2..]_2`. Write `x / y` to `[rd..]_2` |
| setupcomplex| R | 0101011 | 010 | `idx*8+4` | `assert([rs1: Fp::NUM_LIMBS]_2 == Fp::MODULUS)` in the chip defined by the register index of `rs2`. For the sake of implementation convenience it also writes something (can be anything) into `[rd: Fp::NUM_LIMBS]_2`. |
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@Golovanov399 -- can you check correctness here?

docs/specs/ISA.md Outdated Show resolved Hide resolved
docs/specs/ISA.md Outdated Show resolved Hide resolved
@yi-sun yi-sun requested a review from jonathanpwang January 27, 2025 00:13
@yi-sun yi-sun force-pushed the chore/update-docs branch from 02a48b4 to 46ab366 Compare January 27, 2025 00:16
@yi-sun yi-sun merged commit b758220 into main Jan 27, 2025
2 checks passed
@yi-sun yi-sun deleted the chore/update-docs branch January 27, 2025 01:30
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.

3 participants