2 files changed
+8
-5
lines changedLines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
71 |
| - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
72 | 74 |
| |
73 |
| - | |
| 75 | + | |
74 | 76 |
| |
75 | 77 |
| |
76 | 78 |
| |
| |||
168 | 170 |
| |
169 | 171 |
| |
170 | 172 |
| |
171 |
| - | |
| 173 | + | |
| 174 | + | |
172 | 175 |
| |
173 | 176 |
| |
174 | 177 |
| |
|
- .github/workflows/ci.yml+3-3
- README.md+3-1
- Release_notes.txt+3-3
- crc/aarch64/crc16_t10dif_copy_pmull.S+2-1
- crc/aarch64/crc16_t10dif_pmull.S+2-1
- crc/crc32_iscsi_01.asm+1-1
- erasure_code/aarch64/gf_6vect_mad_neon.S+1-1
- erasure_code/ppc64le/gf_vect_mul_vsx.c+1-1
- examples/ec/ec_piggyback_example.c+2-2
- igzip/aarch64/igzip_decode_huffman_code_block_aarch64.S+1-1
- igzip/aarch64/igzip_deflate_body_aarch64.S+1-1
- igzip/aarch64/igzip_deflate_finish_aarch64.S+1-1
- igzip/aarch64/igzip_isal_adler32_neon.S+1-1
- igzip/aarch64/igzip_multibinary_aarch64_dispatcher.c+1-1
- igzip/aarch64/isal_deflate_icf_body_hash_hist.S+2-2
- igzip/aarch64/isal_deflate_icf_finish_hash_hist.S+1-1
- igzip/adler32_avx2_4.asm+1-1
- igzip/adler32_sse.asm+1-1
- igzip/huff_codes.c+5-5
- igzip/huff_codes.h+1-1
- igzip/igzip.c+1-1
- igzip/igzip_body.asm+1-1
- igzip/igzip_decode_block_stateless.asm+2-2
- igzip/igzip_file_perf.c+1-1
- igzip/igzip_icf_body_h1_gr_bt.asm+1-1
- igzip/igzip_inflate.c+2-2
- igzip/igzip_rand_test.c+3-3
- igzip/igzip_wrapper_hdr_test.c+1-1
- igzip/repeated_char_result.h+1-1
- include/multibinary.asm+1-1
- include/test.h+8-8
- make.inc+19-1
- programs/igzip_cli_check.sh+1-1
- raid/xor_check_sse.asm+1-1
- tools/gen_nmake.mk+6-6
- tools/nasm-filter.sh+1-1
- tools/yasm-filter.sh+1-1
0 commit comments