From d05af519102f4a885a1c4084532efa7dbe23b318 Mon Sep 17 00:00:00 2001 From: kako-jun <3541096+kako-jun@users.noreply.github.com> Date: Thu, 17 Sep 2026 11:35:58 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20README=20=E3=81=AE=E6=8B=A1=E5=BC=B5?= =?UTF-8?q?=E6=95=B0=E8=A6=8B=E5=87=BA=E3=81=97=E3=82=92=20103=20Z=20/=204?= =?UTF-8?q?8=20S=20=E3=81=AB=E6=9B=B4=E6=96=B0=20(#20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.ja.md | 6 +++--- README.md | 6 +++--- README.zh-CN.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.ja.md b/README.ja.md index fde7108..d22ab6c 100644 --- a/README.ja.md +++ b/README.ja.md @@ -125,10 +125,10 @@ User: user@visionfive2 ### 標準拡張(11 種類) I, E, M, A, F, D, Q, C, B, V, H -### Z 拡張(98 種類) -カテゴリ別: Base, Hints, Cache, Conditional, Bit Manipulation, Cryptography, Floating Point, Compressed, Atomics, Memory Model, Multiply, Vector, Vector Crypto +### Z 拡張(103 種類) +カテゴリ別: Base, Hints, Cache, Conditional, Bit Manipulation, Cryptography, Floating Point, Compressed, Atomics, Memory Model, Multiply, Vector, Vector Crypto, Other -### S 拡張(46 種類) +### S 拡張(48 種類) カテゴリ別: Virtual Memory, Supervisor, Machine, Hypervisor, Debug, User 完全なリストは [SPEC.md](crates/riscfetch-core/SPEC.md) を参照。 diff --git a/README.md b/README.md index 76a3bcd..b7be5cb 100644 --- a/README.md +++ b/README.md @@ -125,10 +125,10 @@ User: user@visionfive2 ### Standard Extensions (11) I, E, M, A, F, D, Q, C, B, V, H -### Z-Extensions (98) -Grouped by category: Base, Hints, Cache, Conditional, Bit Manipulation, Cryptography, Floating Point, Compressed, Atomics, Memory Model, Multiply, Vector, Vector Crypto +### Z-Extensions (103) +Grouped by category: Base, Hints, Cache, Conditional, Bit Manipulation, Cryptography, Floating Point, Compressed, Atomics, Memory Model, Multiply, Vector, Vector Crypto, Other -### S-Extensions (46) +### S-Extensions (48) Grouped by category: Virtual Memory, Supervisor, Machine, Hypervisor, Debug, User See [SPEC.md](crates/riscfetch-core/SPEC.md) for the full list. diff --git a/README.zh-CN.md b/README.zh-CN.md index 8b3fb7c..e47eaff 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -125,10 +125,10 @@ User: user@visionfive2 ### 标准扩展(11 种) I, E, M, A, F, D, Q, C, B, V, H -### Z 扩展(98 种) -按类别分组:Base、Hints、Cache、Conditional、Bit Manipulation、Cryptography、Floating Point、Compressed、Atomics、Memory Model、Multiply、Vector、Vector Crypto +### Z 扩展(103 种) +按类别分组:Base、Hints、Cache、Conditional、Bit Manipulation、Cryptography、Floating Point、Compressed、Atomics、Memory Model、Multiply、Vector、Vector Crypto、Other -### S 扩展(46 种) +### S 扩展(48 种) 按类别分组:Virtual Memory、Supervisor、Machine、Hypervisor、Debug、User 完整列表请参见 [SPEC.md](crates/riscfetch-core/SPEC.md)。