Enable v extension on riscv
This commit is contained in:
parent
1948b02e40
commit
94f20143a9
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -188,7 +188,7 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- { target: powerpc64-unknown-linux-gnu, target_feature: "+vsx" }
|
- { target: powerpc64-unknown-linux-gnu, target_feature: "+vsx" }
|
||||||
- { target: powerpc64le-unknown-linux-gnu, target_feature: "+vsx" }
|
- { target: powerpc64le-unknown-linux-gnu, target_feature: "+vsx" }
|
||||||
- { target: riscv64gc-unknown-linux-gnu, target_feature: "+zvl128b" }
|
- { target: riscv64gc-unknown-linux-gnu, target_feature: "+v,+zvl128b" }
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user