From: T K Chandra Hasan Date: Thu, 11 Dec 2025 06:54:08 +0000 (+0530) Subject: erasure-code: Enable isa for ppc64le target. X-Git-Tag: testing/wip-pdonnell-testing-20251218.155915-debug~31^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=745df6b79027b76698b585eab6c2fbcdfeb11b5e;p=ceph-ci.git erasure-code: Enable isa for ppc64le target. Fixes: https://tracker.ceph.com/issues/74183 Signed-off-by: T K Chandra Hasan --- diff --git a/src/erasure-code/CMakeLists.txt b/src/erasure-code/CMakeLists.txt index 85fac56aa56..8d170d14dc5 100644 --- a/src/erasure-code/CMakeLists.txt +++ b/src/erasure-code/CMakeLists.txt @@ -23,7 +23,7 @@ add_subdirectory(shec) add_subdirectory(clay) add_subdirectory(consistency) -if(HAVE_NASM_X64_AVX2 OR HAVE_ARMV8_SIMD) +if(HAVE_NASM_X64_AVX2 OR HAVE_ARMV8_SIMD OR HAS_ALTIVEC) set(WITH_EC_ISA_PLUGIN TRUE CACHE BOOL "") endif()