$ git clone -n https://gitee.com/leacyand/zstd_1.git /var/lib/mock/dist-an23-build-537936-83614/root/chroot_tmpdir/scmroot/zstd_1 Cloning into '/var/lib/mock/dist-an23-build-537936-83614/root/chroot_tmpdir/scmroot/zstd_1'... $ git fetch origin 3c7b247572023b909a2dc99518042d85194dcb57:KOJI_FETCH_HEAD From https://gitee.com/leacyand/zstd_1 * [new ref] 3c7b247572023b909a2dc99518042d85194dcb57 -> 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.