Skip to content

Commit

Permalink
README: Condense vector cryptography support
Browse files Browse the repository at this point in the history
We can just use the grouped extensions instead of listing them all out.
  • Loading branch information
lioncash committed Jan 9, 2024
1 parent 1db7f69 commit 7fe5cd2
Showing 1 changed file with 31 additions and 34 deletions.
65 changes: 31 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,40 +14,37 @@ to how [Xbyak](https://github.com/herumi/xbyak) allows for runtime code generati

Includes both 32-bit and 64-bit instructions in the following:

| Feature | Version |
|:------------|:-------:|
| A | 2.1 |
| B | 1.0 |
| C | 2.0 |
| D | 2.2 |
| F | 2.2 |
| H | 1.0 RC |
| K | 1.0.1 |
| M | 2.0 |
| N | 1.1 |
| Q | 2.2 |
| RV32I | 2.1 |
| RV64I | 2.1 |
| S | 1.12 |
| V | 1.0 |
| Sstc | 0.5.4 |
| Zacas | 1.0 |
| Zawrs | 1.01 |
| Zfh | 1.0 |
| Zfhmin | 1.0 |
| Zicbom | 1.0 |
| Zicbop | 1.0 |
| Zicboz | 1.0 |
| Zicond | 1.0.1 |
| Zicsr | 2.0 |
| Zifencei | 2.0 |
| Zihintntl | 0.2 |
| Zvbb | 1.0 |
| Zvbc | 1.0 |
| Zvkb | 1.0 |
| Zvkg | 1.0 |
| Zvkned | 1.0 |
| Zvknh\[ab\] | 1.0 |
| Feature | Version |
|:----------|:-------:|
| A | 2.1 |
| B | 1.0 |
| C | 2.0 |
| D | 2.2 |
| F | 2.2 |
| H | 1.0 RC |
| K | 1.0.1 |
| M | 2.0 |
| N | 1.1 |
| Q | 2.2 |
| RV32I | 2.1 |
| RV64I | 2.1 |
| S | 1.12 |
| V | 1.0 |
| Sstc | 0.5.4 |
| Zacas | 1.0 |
| Zawrs | 1.01 |
| Zfh | 1.0 |
| Zfhmin | 1.0 |
| Zicbom | 1.0 |
| Zicbop | 1.0 |
| Zicboz | 1.0 |
| Zicond | 1.0.1 |
| Zicsr | 2.0 |
| Zifencei | 2.0 |
| Zihintntl | 0.2 |
| Zvbb | 1.0 |
| Zvbc | 1.0 |
| Zvkn | 1.0 |

Note that usually only extensions considered ratified will be implemented
as non-ratified documents are considerably more likely to have
Expand Down

0 comments on commit 7fe5cd2

Please sign in to comment.