- Modify the GCC version used for CI testing of the RISCV architecture

- Fix a bug in the ZSTD_row_getRVVMask function
- Improve some performance for ZSTD_copy16()
This commit is contained in:
ZijianLi
2025-09-26 22:34:57 +08:00
parent f42dee27b6
commit 87cc127705
5 changed files with 32 additions and 29 deletions
+2 -2
View File
@@ -7292,7 +7292,7 @@ size_t convertSequences_noRepcodes(
return longLen;
}
#elif defined ZSTD_ARCH_RISCV_RVV
#elif defined (ZSTD_ARCH_RISCV_RVV)
#include <riscv_vector.h>
/*
* Convert `vl` sequences per iteration, using RVV intrinsics:
@@ -7824,7 +7824,7 @@ BlockSummary ZSTD_get1BlockSummary(const ZSTD_Sequence* seqs, size_t nbSeqs)
}
}
#elif defined ZSTD_ARCH_RISCV_RVV
#elif defined (ZSTD_ARCH_RISCV_RVV)
BlockSummary ZSTD_get1BlockSummary(const ZSTD_Sequence* seqs, size_t nbSeqs)
{