]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
The compilation of ISAL compress in the current code depends on the macro HAVE_NASM_X... 64814/head
authorYao guotao <yaoguot@gmail.com>
Mon, 11 Dec 2023 09:55:22 +0000 (17:55 +0800)
committerIgor Fedotov <igor.fedotov@croit.io>
Mon, 4 Aug 2025 11:21:36 +0000 (14:21 +0300)
commit68ae65f5f1cc83869c304b66aa47f0a1d684f35e
tree75511169097a61f270d5ec3fff25cc38d5851cf7
parent5b08bdd9efec6f62c56df98d5045ca064d460c75
The compilation of ISAL compress in the current code depends on the macro HAVE_NASM_X64_AVX2. However, the macro HAVE_NASM_X64_AVX2 has been removed, resulting in the compression not using ISAL even if the compressor_zlib_isal parameter is set to true.

fix: https://tracker.ceph.com/issues/63780

Signed-off-by: Yao guotao <yaoguot@gmail.com>
(cherry picked from commit b31fbab5bef3f5a18dfc7ab6a7f41ed78b5af1a8)
src/compressor/zlib/ZlibCompressor.cc
src/include/config-h.in.cmake