From dc11672f31d573bb04075c7604f49d610c481ec8 Mon Sep 17 00:00:00 2001 From: Arjan Bink Date: Wed, 20 Jul 2022 18:52:43 +0200 Subject: [PATCH] Updated Zc extension version to v0.70.5 Signed-off-by: Arjan Bink --- docs/user_manual/source/intro.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/user_manual/source/intro.rst b/docs/user_manual/source/intro.rst index b224d2a3..c1b2073a 100644 --- a/docs/user_manual/source/intro.rst +++ b/docs/user_manual/source/intro.rst @@ -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 @@ -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