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