$ git clone -n https://gitee.com/src-anolis-os/zstd.git /var/lib/mock/dist-an23.5-build-539772-84367/root/chroot_tmpdir/scmroot/zstd Cloning into '/var/lib/mock/dist-an23.5-build-539772-84367/root/chroot_tmpdir/scmroot/zstd'... $ git fetch origin a23:KOJI_FETCH_HEAD From https://gitee.com/src-anolis-os/zstd * [new branch] a23 -> KOJI_FETCH_HEAD $ git reset --hard KOJI_FETCH_HEAD HEAD is now at 3c7b247 [PATCH] Optimize ZSTD_count with RISC-V Vector (RVV) intrinsics ZSTD_count is a highly frequently called function during the match-finding phase. The original scalar implementation processes data in machine-word chunks (sizeof(size_t)) and requires a fallback mechanism to handle the remaining tail bytes safely.