There was an error while loading. Please reload this page.
1 parent 8269e46 commit bcba715Copy full SHA for bcba715
1 file changed
.github/workflows/windows.yml
@@ -102,7 +102,7 @@ jobs:
102
- name: Setup compiler
103
uses: ilammy/msvc-dev-cmd@v1
104
with:
105
- arch: amd64
+ arch: arm64
106
- name: Setup Ninja
107
run: |
108
python3 -m pip install --upgrade pip setuptools wheel
@@ -112,7 +112,7 @@ jobs:
112
- name: Setup
113
114
mkdir _build
115
- cd _build && cmake .. -DBUILD_TESTS=ON -DDOWNLOAD_DOCTEST=ON -DBUILD_BENCHMARK=ON -DBUILD_EXAMPLES=ON -DCMAKE_BUILD_TYPE=Release -G Ninja
+ cd _build && cmake .. -DBUILD_TESTS=ON -DDOWNLOAD_DOCTEST=ON -DBUILD_BENCHMARK=ON -DBUILD_EXAMPLES=ON -DCMAKE_BUILD_TYPE=Release -G Ninja -DCMAKE_CXX_CFLAGS="/arch:armv8.0 /Zc:arm64-aliased-neon-types-"
116
- name: Build
117
118
cd _build && cmake --build .
0 commit comments