]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Merge pull request #4435 from zijianli1234/dev
authorYann Collet <Cyan4973@users.noreply.github.com>
Sat, 19 Jul 2025 02:54:24 +0000 (18:54 -0800)
committerGitHub <noreply@github.com>
Sat, 19 Jul 2025 02:54:24 +0000 (18:54 -0800)
add riscv  ci

1  2 
.github/workflows/dev-short-tests.yml
lib/compress/zstd_compress.c

Simple merge
index 008eaba35f69ae02d13d4fa94a2b95fc514fe10e,fc29b56abedcf1717b81b60d51b2b611a3e13a62..aea7b98d846d12eb2f81b3d04cb9b919754f8f97
@@@ -7306,9 -7298,10 +7306,10 @@@ size_t convertSequences_noRepcodes
   * @returns > 0 if there is one long length (> 65535),
   * indicating the position, and type.
   */
 -static size_t convertSequences_noRepcodes(SeqDef* dstSeqs, const ZSTD_Sequence* inSeqs, size_t nbSequences) {
 +size_t convertSequences_noRepcodes(SeqDef* dstSeqs, const ZSTD_Sequence* inSeqs, size_t nbSequences) {
      size_t longLen = 0;
+     size_t vl = 0;
+     typedef uint32_t __attribute__((may_alias)) aliased_u32;
      /* RVV depends on the specific definition of target structures */
      ZSTD_STATIC_ASSERT(sizeof(ZSTD_Sequence) == 16);
      ZSTD_STATIC_ASSERT(offsetof(ZSTD_Sequence, offset) == 0);