openjdk / riscv-port Public
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8277440: riscv: Move UseVExt from product to experimental #11
Conversation
|
Webrevs
|
/integrate |
@yhzhu20 This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 1 new commit pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@RealFYang) but any other Committer may sponsor as well.
|
/sponsor |
@RealFYang @yhzhu20 Pushed as commit dfde4e4. |
Currently, riscv port supports vector operations which is fully compatible with vector extension 1.0 spec. And we have passed tier 1-4 tests with option "-XX:+UseVExt" with QEMU.
Due to lack of native environment which supports vector extension 1.0, we cannot carry out tests for vector operations on real hardware. So we decided to move port-specific option UseVExt from product to experimental for now, and rename UseVExt to UseRVV.
This also fixes some typos in comments, and removes unused v extension instructions.
The test results on HiFive Unleashed board (rv64imafdc) and NeZha D1 board (rv64imafdcvu) are in line with expectations.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/riscv-port pull/11/head:pull/11
$ git checkout pull/11
Update a local copy of the PR:
$ git checkout pull/11
$ git pull https://git.openjdk.java.net/riscv-port pull/11/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 11
View PR using the GUI difftool:
$ git pr show -t 11
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/riscv-port/pull/11.diff