MugundanMCW commented on PR #48539: URL: https://github.com/apache/arrow/pull/48539#issuecomment-3664674069
> Can you open report the issue on the [xsimd](https://github.com/xtensor-stack/xsimd/) issue tracker? Better yet if you can help them fix the issue :) - Regarding xsimd, there is already an existing [issue](https://github.com/xtensor-stack/xsimd/issues/611) in the repository tracking MSVC compatibility, and we are currently working on resolving the compilation errors encountered when building xsimd with MSVC. > Is there a reason to use a separate script? It seems quite similar to the one for x86 Windows wheels. - The existing x86 wheel build script contains some x86 specific information that are currently hardcoded. To enable Windows ARM64 support, I have created a separate script with the corresponding ARM64 specific information. - Alternatively, these Windows ARM64 compatibility changes can be integrated into the existing script by updating it to detect the target architecture at runtime and define appropriate build configurations. Please let me know If I would have to integrate the ARM64 compatibility changes in the existing script. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
