Skip to content

Commit 667d7a2

Browse files
committed
Vendor extensions: Fix XThead* extension versions
A recent change in the XThead* extension spec repo [1] introduced versioning on per-extension level (previously the document had a global version for all extensions). Let's update the vendor extension table entries accordingly (remove the global document version and use the extension version). To avoid links to outdated spec versions, the links to the specification have been adjusted as well. [1] https://github.com/T-head-Semi/thead-extension-spec/pull/19/files Signed-off-by: Christoph Müllner <[email protected]>
1 parent e5d9178 commit 667d7a2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.mkd

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -307,18 +307,18 @@ NOTE: Vendor prefixes are case-insensitive.
307307
Vendor | Name | Version | ISA Document
308308
:------ | :-------------- | :------------- | :---------------
309309
SiFive | XSFVCP | 1.0 | [SiFive Vector Coprocessor Interface Software Specification](https://sifive.cdn.prismic.io/sifive/c3829e36-8552-41f0-a841-79945784241b_vcix-spec-software.pdf)
310-
T-Head | XTheadCmo | 2.0.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.0.0/xthead-2022-09-05-2.0.0.pdf)
311-
T-Head | XTheadBa | 2.0.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.0.0/xthead-2022-09-05-2.0.0.pdf)
312-
T-Head | XTheadBb | 2.0.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.0.0/xthead-2022-09-05-2.0.0.pdf)
313-
T-Head | XTheadBs | 2.0.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.0.0/xthead-2022-09-05-2.0.0.pdf)
314-
T-Head | XTheadCondMov | 2.0.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.0.0/xthead-2022-09-05-2.0.0.pdf)
315-
T-Head | XTheadFMemIdx | 2.0.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.0.0/xthead-2022-09-05-2.0.0.pdf)
316-
T-Head | XTheadFmv | 2.1.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.1.0/xthead-2022-11-07-2.1.0.pdf)
317-
T-Head | XTheadInt | 2.1.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.1.0/xthead-2022-11-07-2.1.0.pdf)
318-
T-Head | XTheadMac | 2.0.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.0.0/xthead-2022-09-05-2.0.0.pdf)
319-
T-Head | XTheadMemPair | 2.0.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.0.0/xthead-2022-09-05-2.0.0.pdf)
320-
T-Head | XTheadMemIdx | 2.0.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.0.0/xthead-2022-09-05-2.0.0.pdf)
321-
T-Head | XTheadSync | 2.0.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.0.0/xthead-2022-09-05-2.0.0.pdf)
310+
T-Head | XTheadCmo | 1.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/latest)
311+
T-Head | XTheadBa | 1.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/latest)
312+
T-Head | XTheadBb | 1.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/latest)
313+
T-Head | XTheadBs | 1.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/latest)
314+
T-Head | XTheadCondMov | 1.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/latest)
315+
T-Head | XTheadFMemIdx | 1.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/latest)
316+
T-Head | XTheadFmv | 1.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/latest)
317+
T-Head | XTheadInt | 1.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/latest)
318+
T-Head | XTheadMac | 1.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/latest)
319+
T-Head | XTheadMemPair | 1.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/latest)
320+
T-Head | XTheadMemIdx | 1.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/latest)
321+
T-Head | XTheadSync | 1.0 | [T-Head ISA extension specification](https://github.com/T-head-Semi/thead-extension-spec/releases/latest)
322322
Ventana | XVentanaCondOps | 1.0 | [VTx-family custom instructions](https://github.com/ventanamicro/ventana-custom-extensions/releases/download/v1.0.0/ventana-custom-extensions-v1.0.0.pdf)
323323

324324
NOTE: Vendor extension names are case-insensitive, CamelCase is used here

0 commit comments

Comments
 (0)