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

Add saving and restoring the vtype and vl vector registers for RISC-V vector extension. #7110

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

mariospaok4
Copy link

@mariospaok4 mariospaok4 commented Dec 9, 2024

This patch was authored at the Computer Architecture and VLSI Laboratory, Institute of Computer Sciense, Foundation of Reasearch and Technology, Hellas. It emits the necessary instructions that handle saving and restoring the vl and vtype during the context switches, when using the vector extension of the RISC-V ISA. This is required, in order to use the use the vector extension correctly.

mariospaok4 and others added 8 commits December 9, 2024 14:38
… vector extension.

This patch was authored at the Computer Architecture and VLSI Laboratory, Institute of Computer Sciense, Foundation of Reasearch and Technology, Hellas.
It emmits the necessary instructions that handle saving and restoring the vl and vtype during the context switches, when using the vector extension of the RISC-V ISA.
This is required, in order to use the use the vector extension correctly.
Accidentally tabs were used somewhere, replaced with spaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant