]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
The compilation of ISAL compress in the current code depends on the macro HAVE_NASM_X... 59206/head
authorYao guotao <yaoguot@gmail.com>
Mon, 11 Dec 2023 09:55:22 +0000 (17:55 +0800)
committerYao guotao <guotao6@staff.sina.com>
Wed, 14 Aug 2024 03:26:45 +0000 (11:26 +0800)
commitb31fbab5bef3f5a18dfc7ab6a7f41ed78b5af1a8
tree8beb76d837ecd937500bb8952d6e073a230ae096
parent2b06a578e52fe59bc10d60965173668d2bb779ad
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>
src/compressor/zlib/ZlibCompressor.cc
src/include/config-h.in.cmake