Skip to content

Commit 1c6c7f0

Browse files
AntoinePrvJohanMabille
authored andcommitted
Fix windows on Neon (#1317)
* Build windows ARM * Remove dispatcher in neon.hpp and neon64.hpp * Fix set and load_(un)aligned * Remove deprecated _ex load on MSVC
1 parent e80ac4f commit 1c6c7f0

5 files changed

Lines changed: 877 additions & 1045 deletions

File tree

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: Setup compiler
146146
uses: ilammy/msvc-dev-cmd@v1
147147
with:
148-
arch: amd64
148+
arch: arm64
149149
- name: Setup Ninja
150150
run: |
151151
python3 -m pip install --upgrade pip setuptools wheel

0 commit comments

Comments
 (0)