diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
| commit | dcacc00e3750300617ba6e16eb346713f91a783a (patch) | |
| tree | 38e2d4fb5ed9d119711d4295c6eda4b014af73fd /examples/redis-unstable/src/crccombine.h | |
| parent | 58dac10aeb8f5a041c46bddbeaf4c7966a99b998 (diff) | |
| download | crep-dcacc00e3750300617ba6e16eb346713f91a783a.tar.gz | |
Remove testing data
Diffstat (limited to 'examples/redis-unstable/src/crccombine.h')
| -rw-r--r-- | examples/redis-unstable/src/crccombine.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/redis-unstable/src/crccombine.h b/examples/redis-unstable/src/crccombine.h deleted file mode 100644 index 8da7c5f..0000000 --- a/examples/redis-unstable/src/crccombine.h +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | |||
| 2 | #include <stdint.h> | ||
| 3 | |||
| 4 | |||
| 5 | /* mask types */ | ||
| 6 | typedef unsigned long long v2uq __attribute__ ((vector_size (16))); | ||
| 7 | |||
| 8 | uint64_t gf2_matrix_times_vec2(uint64_t *mat, uint64_t vec); | ||
| 9 | void init_combine_cache(uint64_t poly, uint8_t dim); | ||
| 10 | uint64_t crc64_combine(uint64_t crc1, uint64_t crc2, uintmax_t len2, uint64_t poly, uint8_t dim); | ||
