This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 522b097f94 GH-41547: [C++] Thirdparty: Upgrade xsimd to 13.0.0 (#41548)
522b097f94 is described below

commit 522b097f94fd2d4664e43e25dd0abeb442629d9c
Author: mwish <[email protected]>
AuthorDate: Fri May 24 08:04:38 2024 +0800

    GH-41547: [C++] Thirdparty: Upgrade xsimd to 13.0.0 (#41548)
    
    
    
    ### Rationale for this change
    
    Arrow now uses xsimd 9.0.1, currently, some conversion for batch is now 
support in neon, see: 
https://github.com/apache/arrow/pull/40335#issuecomment-1983609146 . So we can 
upgrading it.
    
    The xsimd currently released 13.0.0, see: 
https://github.com/xtensor-stack/xsimd/issues/1015
    
    For conan, seems community is updating it: 
https://github.com/conan-io/conan-center-index/pull/23859 . Maybe we can wait 
for a while
    
    ### What changes are included in this PR?
    
    Update xsimd to 13.0.0
    
    ### Are these changes tested?
    
    Tested by existing test code
    
    ### Are there any user-facing changes?
    
    no
    
    * GitHub Issue: #41547
    
    Authored-by: mwish <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 cpp/thirdparty/versions.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpp/thirdparty/versions.txt b/cpp/thirdparty/versions.txt
index 4983f3cee2..06506d32be 100644
--- a/cpp/thirdparty/versions.txt
+++ b/cpp/thirdparty/versions.txt
@@ -113,8 +113,8 @@ ARROW_UCX_BUILD_VERSION=1.12.1
 
ARROW_UCX_BUILD_SHA256_CHECKSUM=9bef31aed0e28bf1973d28d74d9ac4f8926c43ca3b7010bd22a084e164e31b71
 ARROW_UTF8PROC_BUILD_VERSION=v2.7.0
 
ARROW_UTF8PROC_BUILD_SHA256_CHECKSUM=4bb121e297293c0fd55f08f83afab6d35d48f0af4ecc07523ad8ec99aa2b12a1
-ARROW_XSIMD_BUILD_VERSION=9.0.1
-ARROW_XSIMD_BUILD_SHA256_CHECKSUM=b1bb5f92167fd3a4f25749db0be7e61ed37e0a5d943490f3accdcd2cd2918cc0
+ARROW_XSIMD_BUILD_VERSION=13.0.0
+ARROW_XSIMD_BUILD_SHA256_CHECKSUM=8bdbbad0c3e7afa38d88d0d484d70a1671a1d8aefff03f4223ab2eb6a41110a3
 ARROW_ZLIB_BUILD_VERSION=1.3.1
 
ARROW_ZLIB_BUILD_SHA256_CHECKSUM=9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23
 ARROW_ZSTD_BUILD_VERSION=1.5.6

Reply via email to