-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dhower-qc-patch-1
- Loading branch information
Showing
58 changed files
with
1,449 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# yaml-language-server: $schema=../../schemas/ext_schema.json | ||
|
||
$schema: "ext_schema.json#" | ||
kind: extension | ||
name: Zcd | ||
long_name: Compressed instructions for double precision floating point | ||
description: | | ||
Zcd is the existing set of compressed double precision floating point loads and stores: | ||
`c.fld`, `c.fldsp`, `c.fsd`, `c.fsdsp`. | ||
type: unprivileged | ||
company: | ||
name: RISC-V International | ||
url: https://riscv.org | ||
versions: | ||
- version: "1.0.0" | ||
state: ratified | ||
ratification_date: 2023-04 | ||
repositories: | ||
- url: https://github.com/riscv/riscv-code-size-reduction | ||
branch: main | ||
contributors: | ||
- name: Tariq Kurd | ||
- name: Ibrahim Abu Kharmeh | ||
- name: Torbjørn Viem Ness | ||
- name: Matteo Perotti | ||
- name: Nidal Faour | ||
- name: Bill Traynor | ||
- name: Rafael Sene | ||
- name: Xinlong Wu | ||
- name: sinan | ||
- name: Jeremy Bennett | ||
- name: Heda Chen | ||
- name: Alasdair Armstrong | ||
- name: Graeme Smecher | ||
- name: Nicolas Brunie | ||
- name: Jiawei | ||
requires: | ||
allOf: | ||
- anyOf: | ||
- { name: Zca, version: "= 1.0.0" } | ||
- { name: C, version: "= 1.0.0" } | ||
- { name: D, version: "~> 2.2.0" } |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.