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)。