File tree
5 files changed
+63
-43
lines changed- .github/workflows
- src/isal
- tests
5 files changed
+63
-43
lines changedLines changed: 52 additions & 36 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 |
| - | |
159 |
| - | |
160 |
| - | |
161 |
| - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
166 |
| - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
167 | 172 |
| |
168 | 173 |
| |
169 | 174 |
| |
170 | 175 |
| |
171 | 176 |
| |
172 | 177 |
| |
173 | 178 |
| |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
174 | 188 |
| |
175 | 189 |
| |
176 | 190 |
| |
177 | 191 |
| |
| 192 | + | |
178 | 193 |
| |
179 | 194 |
| |
180 | 195 |
| |
| |||
184 | 199 |
| |
185 | 200 |
| |
186 | 201 |
| |
187 |
| - | |
| 202 | + | |
188 | 203 |
| |
189 | 204 |
| |
190 | 205 |
| |
| |||
202 | 217 |
| |
203 | 218 |
| |
204 | 219 |
| |
| 220 | + | |
205 | 221 |
| |
206 | 222 |
| |
207 | 223 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
12 | 19 |
| |
13 | 20 |
| |
14 | 21 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
| 152 | + | |
| 153 | + | |
152 | 154 |
| |
153 | 155 |
| |
154 | 156 |
| |
|
- .github/workflows/ci.yml+60
- .travis.yml+16-30
- Doxyfile+1-1
- Makefile.am+2-1
- Makefile.nmake+42-2
- README.md+6-3
- crc/Makefile.am+1-1
- crc/crc16_t10dif_copy_perf.c-1
- crc/crc16_t10dif_op_perf.c+5-4
- crc/crc16_t10dif_perf.c-1
- crc/crc16_t10dif_test.c+1-1
- crc/crc32_funcs_test.c+1-1
- crc/crc32_gzip_refl_perf.c-1
- crc/crc32_ieee_perf.c-1
- crc/crc32_iscsi_perf.c-1
- crc/crc64_funcs_perf.c-1
- crc/crc64_funcs_test.c+1-1
- doc/build.md+26-3
- erasure_code/Makefile.am+1-2
- erasure_code/aarch64/gf_2vect_mad_neon.S+3-2
- erasure_code/aarch64/gf_3vect_mad_neon.S+3-2
- erasure_code/aarch64/gf_4vect_mad_neon.S+3-2
- erasure_code/aarch64/gf_5vect_mad_neon.S+3-2
- erasure_code/aarch64/gf_6vect_mad_neon.S+3-2
- erasure_code/aarch64/gf_vect_mad_neon.S+3-2
- erasure_code/erasure_code_base_test.c+1-1
- erasure_code/erasure_code_test.c+1-1
- erasure_code/erasure_code_update_perf.c-1
- erasure_code/erasure_code_update_test.c+1-1
- erasure_code/gf_vect_dot_prod_base_test.c+1-1
- erasure_code/gf_vect_dot_prod_test.c+1-1
- erasure_code/gf_vect_mad_test.c+1-1
- examples/ec/Makefile+24
- examples/ec/Makefile.unx-8
- igzip/aarch64/data_struct_aarch64.h+152-163
- igzip/aarch64/gen_icf_map.S+1-1
- igzip/aarch64/igzip_decode_huffman_code_block_aarch64.S+62-62
- igzip/checksum32_funcs_test.c+1-1
- igzip/igzip.c+47-9
- igzip/igzip_perf.c+132-22
- include/raid.h+15-15
- include/test.h+32
- include/types.h-77
- isa-l.def+1
- isa-l.rc+78
- make.inc+6-6
- mem/Makefile.am+2-2
- mem/mem_multibinary.asm+2-1
- mem/mem_zero_detect_avx2.asm+168
- mem/mem_zero_detect_perf.c-1
- mem/mem_zero_detect_test.c+15-1
- raid/Makefile.am+1-1
- raid/pq_check_test.c+1-1
- raid/pq_gen_perf.c-1
- raid/pq_gen_test.c+1-1
- raid/raid_base.c+12
- raid/xor_check_test.c+1-1
- raid/xor_example.c-1
- raid/xor_gen_perf.c-1
- raid/xor_gen_test.c+1-1
- tools/gen_nmake.mk+34-2
- tools/nasm-cet-filter.sh+5
- tools/nasm-filter.sh+5
- tools/yasm-cet-filter.sh+5
- tools/yasm-filter.sh+5
Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
| 108 | + | |
114 | 109 |
| |
115 | 110 |
| |
116 | 111 |
| |
|
0 commit comments