Skip to content

Commit 94f2014

Browse files
committed
Enable v extension on riscv
1 parent 1948b02 commit 94f2014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
include:
189189
- { target: powerpc64-unknown-linux-gnu, target_feature: "+vsx" }
190190
- { target: powerpc64le-unknown-linux-gnu, target_feature: "+vsx" }
191-
- { target: riscv64gc-unknown-linux-gnu, target_feature: "+zvl128b" }
191+
- { target: riscv64gc-unknown-linux-gnu, target_feature: "+v,+zvl128b" }
192192

193193
steps:
194194
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)