Skip to content

Commit

Permalink
[test] fix the order of march options
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Mar 14, 2024
1 parent 1cf7267 commit 5b55df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/bash
set -e
ASFLAGS="-march=rv64iafmqgv"
ASFLAGS="-march=rv64imafdqv"
case $1 in
svc)
echo "svc test"
Expand Down

0 comments on commit 5b55df8

Please sign in to comment.