File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=../../schemas/ext_schema.json
2+
3+ $schema : " ext_schema.json#"
4+ kind : extension
5+ name : Zcd
6+ long_name : Compressed instructions for double precision floating point
7+ description : |
8+ Zcd is the existing set of compressed double precision floating point loads and stores:
9+ `c.fld`, `c.fldsp`, `c.fsd`, `c.fsdsp`.
10+
11+ type : unprivileged
12+ company :
13+ name : RISC-V International
14+ url : https://riscv.org
15+ versions :
16+ - version : " 1.0.0"
17+ state : ratified
18+ ratification_date : 2023-04
19+ repositories :
20+ - url : https://github.com/riscv/riscv-code-size-reduction
21+ branch : main
22+ contributors :
23+ - name : Tariq Kurd
24+ - name : Ibrahim Abu Kharmeh
25+ - name : Torbjørn Viem Ness
26+ - name : Matteo Perotti
27+ - name : Nidal Faour
28+ - name : Bill Traynor
29+ - name : Rafael Sene
30+ - name : Xinlong Wu
31+ - name : sinan
32+ - name : Jeremy Bennett
33+ - name : Heda Chen
34+ - name : Alasdair Armstrong
35+ - name : Graeme Smecher
36+ - name : Nicolas Brunie
37+ - name : Jiawei
38+ requires :
39+ allOf :
40+ - anyOf :
41+ - { name: Zca, version: "= 1.0.0" }
42+ - { name: C, version: "= 1.0.0" }
43+ - { name: D, version: "~> 2.2.0" }
You can’t perform that action at this time.
0 commit comments