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

✨ add support for RISC-V Zbkc ISA extension #1038

Merged
merged 11 commits into from
Sep 27, 2024
Merged

Conversation

stnolting
Copy link
Owner

This PR adds support for the RISC-V "carry-less multiplication instructions for cryptography" (Zbkc) ISA extension. It adds two new instructions for carry-less multiplication (implemented as serial/multi-cycle architecture):

  • cmul cmulh

@stnolting stnolting added enhancement New feature or request risc-v compliance Modification to comply with official RISC-V specs. HW Hardware-related labels Sep 27, 2024
@stnolting stnolting self-assigned this Sep 27, 2024
@stnolting stnolting changed the title ✨ add support for RISC-V ZbkcISA extension ✨ add support for RISC-V Zbkc ISA extension Sep 27, 2024
@stnolting stnolting marked this pull request as ready for review September 27, 2024 20:21
@stnolting stnolting merged commit a30c030 into main Sep 27, 2024
10 checks passed
@stnolting stnolting deleted the zkbc_isa_extension branch September 27, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request HW Hardware-related risc-v compliance Modification to comply with official RISC-V specs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant