diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2023-05-11 12:13:00 -0700 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2023-05-11 12:13:00 -0700 |
| commit | b05d7e5bfa2b28ab950f5eb8099aa5892bb6cdbe (patch) | |
| tree | 15572c326b1d9d411f46e19e453d23f138b4db13 /library/portable-simd/.github/workflows | |
| parent | 2a8221dbdfd180a2d56d4b0089f4f3952d8c2bcd (diff) | |
| parent | 852762563aa890286eda2f668b8af30f8aa84216 (diff) | |
| download | rust-b05d7e5bfa2b28ab950f5eb8099aa5892bb6cdbe.tar.gz rust-b05d7e5bfa2b28ab950f5eb8099aa5892bb6cdbe.zip | |
Sync portable-simd to 2023 May 10
Sync up to rust-lang/portable-simd@852762563aa890286eda2f668b8af30f8aa84216
Diffstat (limited to 'library/portable-simd/.github/workflows')
| -rw-r--r-- | library/portable-simd/.github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/library/portable-simd/.github/workflows/ci.yml b/library/portable-simd/.github/workflows/ci.yml index d50dfa1be4c..acd47a3da72 100644 --- a/library/portable-simd/.github/workflows/ci.yml +++ b/library/portable-simd/.github/workflows/ci.yml @@ -241,6 +241,10 @@ jobs: - "--features std" - "--features generic_const_exprs" - "--features std --features generic_const_exprs" + - "--features all_lane_counts" + - "--features all_lane_counts --features std" + - "--features all_lane_counts --features generic_const_exprs" + - "--features all_lane_counts --features std --features generic_const_exprs" steps: - uses: actions/checkout@v2 |
