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 an arch for RISCV with vector extension #625

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions gen/archs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,8 @@ at the top, as a last resort.
<arch name="riscv64">
</arch>

<arch name="riscv_vector">
<check name="V"></check>
</arch>

</grammar>
4 changes: 4 additions & 0 deletions gen/machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,8 @@
<archs>generic 32|64| mmx| sse sse2 sse3 ssse3 sse4_1 sse4_2 popcount avx fma avx2 avx512f avx512cd orc|</archs>
</machine>

<machine name="riscv_vector">
<archs>riscv_vector</archs>
</machine>

</grammar>