We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415b50f commit 1948b02Copy full SHA for 1948b02
.github/workflows/ci.yml
@@ -186,9 +186,9 @@ jobs:
186
# - mips64-unknown-linux-gnuabi64
187
target_feature: [default]
188
include:
189
- - { target: powerpc64-unknown-linux-gnu, target_feature: "native" }
190
- - { target: powerpc64le-unknown-linux-gnu, target_feature: "native" }
191
- - { target: riscv64gc-unknown-linux-gnu, target_feature: "native" }
+ - { target: powerpc64-unknown-linux-gnu, target_feature: "+vsx" }
+ - { target: powerpc64le-unknown-linux-gnu, target_feature: "+vsx" }
+ - { target: riscv64gc-unknown-linux-gnu, target_feature: "+zvl128b" }
192
193
steps:
194
- uses: actions/checkout@v2
0 commit comments