kou commented on code in PR #14005:
URL: https://github.com/apache/arrow/pull/14005#discussion_r959102516
##########
cpp/cmake_modules/ThirdpartyToolchain.cmake:
##########
@@ -2245,7 +2245,7 @@ endif()
if(ARROW_USE_XSIMD)
resolve_dependency(xsimd
REQUIRED_VERSION
- "8.1.0"
+ "9.0.0"
Review Comment:
OK. Thanks for sharing your opinion.
If our xsimd 8.1.0 related maintenance cost isn't high, I want to keep xsimd
8.1.0 support because some packaging systems doesn't provide xsimd 9.0.0 yet.
e.g.:
* Debian: https://packages.debian.org/search?keywords=xsimd
* Conan: https://conan.io/center/xsimd
Is xsimd 8.1.0 support troublesome for us? It seems that the current our
code base can work with xsimd 8.1.0 and 9.0.0.
--
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]