Skip to content

Commit c1e6636

Browse files
authored
Fix windows on Neon (#1317)
* Build windows ARM * Fix comp_return_type * Include proper Win header * Run only windows * Try explicit macros * x-wrap functions * Apply template recursively * try alias * Try resolve global * No macros * No :: * No dispatch in neon.hpp * No dispatcher in neon64.hpp * More windows fixes * More windows fixes 2 * Fix set * Fix load from bool * Fix load aligned * Fix from_bool * Fix load_unaligned * Fix set * Remove _ex load on MSVC * Fix set neon 64 * Fix set on floats * Revert "Run only windows" This reverts commit 15745ae. * Remove unused headers * Try direct reinterpret in from_bool * Leave C++17 comments
1 parent e80ac4f commit c1e6636

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)