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

rv64v: fix and add some exception check for vector instructions #359

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

Ziyue-Zhang
Copy link
Contributor

  • remove aligned check for vfmvfs and vfmvsf
  • replace assert with long jump exception for vector float instructions
  • add vm check for the vmask instructions
  • add src and vm check for the vmv instructions

@Ziyue-Zhang Ziyue-Zhang force-pushed the vexception branch 3 times, most recently from 1d67f7d to 8a198cc Compare June 18, 2024 06:28
* remove aligned check for vfmvfs and vfmvsf
* replace assert with long jump exception for vector float instructions
* add vm check for the vmask instructions
* add src and vm check for the vmv instructions
@Ziyue-Zhang Ziyue-Zhang merged commit c2a6310 into master Jun 18, 2024
4 checks passed
@Ziyue-Zhang Ziyue-Zhang deleted the vexception branch June 18, 2024 09:15
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.

None yet

2 participants