Skip to content

Commit

Permalink
Added zvl flags
Browse files Browse the repository at this point in the history
  • Loading branch information
alitariq4589 committed Jun 5, 2024
1 parent fa792a1 commit 351be2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/cross-files/riscv64-gcc-13-unknown.cross
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[binaries]
c = ['riscv64-unknown-linux-gnu-gcc', '-march=rv64gcv_zvl256b', '-mrvv-vector-bits=zvl', '-mabi=lp64d', '-Ofast']
cpp = ['riscv64-unknown-linux-gnu-g++', '-march=rv64gcv']
cpp = ['riscv64-unknown-linux-gnu-g++', '-march=rv64gcv_zvl256b', '-mrvv-vector-bits=zvl', '-mabi=lp64d', '-Ofast']
ar = 'riscv64-unknown-linux-gnu-ar'
strip = 'riscv64-unknown-linux-gnu-strip'

Expand Down

0 comments on commit 351be2f

Please sign in to comment.