You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Rationale for this change
#47573 broke the Windows ARM64 MSVC build by trying to compile xsimd even when `ARROW_SIMD_LEVEL` is set to `NONE`.
### What changes are included in this PR?
Make sure that xsimd is only included when SIMD is requested.
### Are these changes tested?
Yes, in the Windows ARM64 MSVC build pipeline that I was developing on #47811 when I noticed the change.
### Are there any user-facing changes?
No.
* GitHub Issue: #47909
Authored-by: Jonathan Giannuzzi <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
0 commit comments