-
Notifications
You must be signed in to change notification settings - Fork 42
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aws-checksums
updated
25 files
+5 −26 | .github/workflows/ci.yml | |
+6 −4 | .github/workflows/clang-format.yml | |
+49 −60 | CMakeLists.txt | |
+0 −29 | bin/benchmark/CMakeLists.txt | |
+0 −127 | bin/benchmark/main.c | |
+0 −4 | builder.json | |
+0 −47 | format-check.py | |
+24 −0 | format-check.sh | |
+2 −12 | include/aws/checksums/crc.h | |
+0 −51 | include/aws/checksums/private/crc64_priv.h | |
+11 −28 | include/aws/checksums/private/crc_priv.h | |
+4 −4 | source/arm/crc32c_arm.c | |
+0 −208 | source/arm/crc64_arm.c | |
+9 −24 | source/crc.c | |
+0 −124 | source/crc64.c | |
+0 −579 | source/crc64_sw.c | |
+18 −0 | source/generic/crc32c_null.c | |
+14 −3 | source/intel/asm/crc32c_sse42_asm.c | |
+0 −246 | source/intel/intrin/crc32c_sse42_avx512.c | |
+0 −130 | source/intel/intrin/crc64nvme_avx512.c | |
+0 −147 | source/intel/intrin/crc64nvme_clmul.c | |
+77 −0 | source/intel/visualc/visualc_crc32c_sse42.c | |
+0 −1 | tests/CMakeLists.txt | |
+0 −128 | tests/crc64_test.c | |
+43 −113 | tests/crc_test.c |