Skip to content

Commit d44f32a

Browse files
authored
GH-47175: [C++] Require xsimd 13.0.0 or later (#47221)
### Rationale for this change We need xsimd 13.0.0 or later since #46963 . ### What changes are included in this PR? Require 13.0.0 or later for system xsimd. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #47175 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent ea5dad5 commit d44f32a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2549,7 +2549,7 @@ if(ARROW_USE_XSIMD)
25492549
IS_RUNTIME_DEPENDENCY
25502550
FALSE
25512551
REQUIRED_VERSION
2552-
"8.1.0")
2552+
"13.0.0")
25532553

25542554
if(xsimd_SOURCE STREQUAL "BUNDLED")
25552555
set(ARROW_XSIMD arrow::xsimd)

0 commit comments

Comments
 (0)