Commit 3bced4b
committed
Enable the ARM64 target on the ARM64EC ABI.
ARM64EC enables both _M_AMD64 and _M_ARM64EC. We already exclude ARM64EC
from the SSE2 detection, but it was missing for the X64 target
detection.
However we're now fine to enable the ARM64 target. At least my kernels
compile fine (as good as on the raw arm64) on MSVC.
Related: https://techcommunity.microsoft.com/blog/windowsosplatform/getting-to-know-arm64ec-defines-and-intrinsic-functions/29572351 parent 3b3151f commit 3bced4b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
| 425 | + | |
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| |||
0 commit comments