Skip to content

Commit 747663e

Browse files
[ci] Validate Windows arm64
And not windows amd64...
1 parent 2a9dc93 commit 747663e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Setup compiler
103103
uses: ilammy/msvc-dev-cmd@v1
104104
with:
105-
arch: amd64
105+
arch: arm64
106106
- name: Setup Ninja
107107
run: |
108108
python3 -m pip install --upgrade pip setuptools wheel
@@ -112,7 +112,7 @@ jobs:
112112
- name: Setup
113113
run: |
114114
mkdir _build
115-
cd _build && cmake .. -DBUILD_TESTS=ON -DDOWNLOAD_DOCTEST=ON -DBUILD_BENCHMARK=ON -DBUILD_EXAMPLES=ON -DCMAKE_BUILD_TYPE=Release -G Ninja
115+
cd _build && cmake .. -DBUILD_TESTS=ON -DDOWNLOAD_DOCTEST=ON -DCMAKE_BUILD_TYPE=Release -G Ninja
116116
- name: Build
117117
run: |
118118
cd _build && cmake --build .

include/xsimd/types/xsimd_neon_register.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "xsimd_register.hpp"
1717

1818
#if XSIMD_WITH_NEON
19+
#define _ARM64_DISTINCT_NEON_TYPES
1920
#include <arm_neon.h>
2021
#endif
2122

0 commit comments

Comments
 (0)