-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e0125c9
commit 4b61734
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule isa-l
updated
9 files
+5 −1 | Makefile.am | |
+51 −1 | Release_notes.txt | |
+6 −4 | erasure_code/aarch64/gf_vect_mul_sve.S | |
+10 −6 | erasure_code/gf_vect_mul_avx.asm | |
+9 −6 | erasure_code/gf_vect_mul_sse.asm | |
+4 −0 | erasure_code/ppc64le/ec_base_vsx.c | |
+15 −2 | erasure_code/ppc64le/gf_vect_mul_vsx.c | |
+17 −14 | include/igzip_lib.h | |
+3 −2 | make.inc |