Skip to content

Commit 75be3e9

Browse files
committed
Add testing for Arm64EC Windows
1 parent 97bf36d commit 75be3e9

File tree

7 files changed

+823
-12
lines changed

7 files changed

+823
-12
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ jobs:
117117
os: windows-2025
118118
- tuple: aarch64-pc-windows-msvc
119119
os: windows-11-arm
120+
- tuple: arm64ec-pc-windows-msvc
121+
os: windows-11-arm
120122
- tuple: x86_64-pc-windows-gnu
121123
os: windows-2025
122124
# - tuple: i686-pc-windows-gnu
@@ -207,14 +209,6 @@ jobs:
207209
rustup update nightly --no-self-update
208210
rustup default nightly
209211
shell: bash
210-
if: matrix.target.os != 'windows-11-arm'
211-
- name: Install Rust for `windows-11-arm` runners
212-
# The arm runners don't have Rust pre-installed (https://github.com/actions/partner-runner-images/issues/77)
213-
run: |
214-
curl https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
215-
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
216-
shell: bash
217-
if: matrix.target.os == 'windows-11-arm'
218212

219213
- run: rustup target add ${{ matrix.target.tuple }}
220214
shell: bash

crates/core_arch/src/aarch64/neon/generated.rs

Lines changed: 248 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)