Skip to content
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

tcg/riscv: backend inital support for rvv #13

Conversation

Swung0x48
Copy link

Probe for V extension existence and vlen value if do exist.
Add constraints and declaration for TCG '_vec' suffixed ops so that frontend can pick up and make use of these ops.
Now we're only dealing with xlen==64 (aka. riscv64), leaving out riscv32 support.

@github-actions
Copy link

github-actions bot commented Jun 8, 2023

Thank you for your interest in the QEMU project.

This repository is a read-only mirror of the project's repostories hosted
on https://gitlab.com/qemu-project/qemu.git.
The project does not process merge requests filed on GitHub.

QEMU welcomes contributions of code (either fixing bugs or adding new
functionality). However, we get a lot of patches, and so we have some
guidelines about contributing on the project website:
https://www.qemu.org/contribute/

@github-actions github-actions bot closed this Jun 8, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jun 8, 2023
@liweiwei90 liweiwei90 reopened this Jun 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants