Import simd-adler32 0.3.5 upstream upstream/0.3.5
authorRoy7Kim <myoungwoon.kim@samsung.com>
Wed, 22 Mar 2023 06:38:40 +0000 (15:38 +0900)
committerRoy7Kim <myoungwoon.kim@samsung.com>
Wed, 22 Mar 2023 06:38:40 +0000 (15:38 +0900)
commitd20f2d335366bf272aa6c2414909e1dd07404361
tree16740042d3e8357cd45d68e1042510371dd03068
Import simd-adler32 0.3.5
21 files changed:
.cargo_vcs_info.json [new file with mode: 0644]
.github/workflows/build.yaml [new file with mode: 0644]
.github/workflows/fuzz.yaml [new file with mode: 0644]
.github/workflows/publish.yaml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.rustfmt.toml [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
Cargo.toml.orig [new file with mode: 0644]
LICENSE.md [new file with mode: 0644]
README.md [new file with mode: 0644]
src/hash.rs [new file with mode: 0644]
src/imp/avx2.rs [new file with mode: 0644]
src/imp/avx512.rs [new file with mode: 0644]
src/imp/mod.rs [new file with mode: 0644]
src/imp/neon.rs [new file with mode: 0644]
src/imp/scalar.rs [new file with mode: 0644]
src/imp/sse2.rs [new file with mode: 0644]
src/imp/ssse3.rs [new file with mode: 0644]
src/imp/wasm.rs [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]