Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) を参照。
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)。
Expand Down
Loading