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

Updated Zc extension version to v0.70.5 #625

Merged
merged 1 commit into from
Jul 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/user_manual/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ It follows these specifications:
.. [RISC-V-ZBA_ZBB_ZBC_ZBS] RISC-V Bit Manipulation ISA-extensions, Version 1.0.0-38-g865e7a7, 2021-06-28,
https://github.com/riscv/riscv-bitmanip/releases/download/1.0.0/bitmanip-1.0.0-38-g865e7a7.pdf

.. [RISC-V-ZCA_ZCB_ZCMB_ZCMP_ZCMT] RISC-V Standard Extension for the **Zca**, **Zcb**, **Zcmb**, **Zcmp**, **Zcmt** subsets of **Zc**, v0.70.4, 5022e25 (not ratified yet),
https://github.com/riscv/riscv-code-size-reduction/releases/download/V0.70.4-TOOLCHAIN-DEV/Zc.pdf
.. [RISC-V-ZCA_ZCB_ZCMB_ZCMP_ZCMT] RISC-V Standard Extension for the **Zca**, **Zcb**, **Zcmb**, **Zcmp**, **Zcmt** subsets of **Zc**, v0.70.5 (not ratified yet),
https://github.com/riscv/riscv-code-size-reduction/blob/cd13c6b17ccb7e1b8fc8b69e76179b339bcc2b32/Zc-specification/Zc.adoc

.. [RISC-V-CRYPTO] RISC-V Cryptography Extensions Volume I, Scalar & Entropy Source Instructions, Version v1.0.0, 2'nd December, 2021: Ratified,
https://github.com/riscv/riscv-crypto/releases/download/v1.0.0-scalar/riscv-crypto-spec-scalar-v1.0.0.pdf
Expand Down Expand Up @@ -118,23 +118,23 @@ In addition, the following standard instruction set extensions are available fro
- always enabled

* - **Zca**: Subset of the standard **Zc** Code-Size Reduction extension consisting of a subset of **C** with the FP load/stores removed.
- v0.70.4 (not ratified yet; version will change)
- v0.70.5 (not ratified yet; version will change)
- always enabled

* - **Zcb**: Subset of the standard **Zc** Code-Size Reduction extension consisting of simple operations.
- v0.70.4 (not ratified yet; version will change)
- v0.70.5 (not ratified yet; version will change)
- always enabled

* - **Zcmb**: Subset of the standard **Zc** Code-Size Reduction extension consisting of load/store byte/half which overlap with **c.fld**, **c.fldsp**, **c.fsd**.
- v0.70.4 (not ratified yet; version will change)
- v0.70.5 (not ratified yet; version will change)
- always enabled

* - **Zcmp**: Subset of the standard **Zc** Code-Size Reduction extension consisting of push/pop and double move which overlap with **c.fsdsp**.
- v0.70.4 (not ratified yet; version will change)
- v0.70.5 (not ratified yet; version will change)
- always enabled

* - **Zcmt**: Subset of the standard **Zc** Code-Size Reduction extension consisting of table jump.
- v0.70.4 (not ratified yet; version will change)
- v0.70.5 (not ratified yet; version will change)
- always enabled

* - **A**: Atomic Instructions
Expand Down