diff options
| author | mat <github@matdoes.dev> | 2023-03-23 20:20:13 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-03-23 20:20:13 -0500 |
| commit | 0641dac7f0aa6c055fca8ab633ad85859d0ddd97 (patch) | |
| tree | 56a22a7872cd1309721c05a770bebac05d0adedb /Cargo.lock | |
| parent | 95925b64fa0e75a7567c9b2361d90d477fc9bf55 (diff) | |
| download | azalea-drasl-0641dac7f0aa6c055fca8ab633ad85859d0ddd97.tar.xz | |
simd number arrays
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -345,6 +345,7 @@ dependencies = [ "flate2", "graphite_binary", "log", + "packed_simd_2", "serde", "valence_nbt", ] @@ -1515,6 +1516,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" [[package]] +name = "libm" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a" + +[[package]] name = "linked-hash-map" version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1741,6 +1748,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] +name = "packed_simd_2" +version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282" +dependencies = [ + "cfg-if", + "libm", +] + +[[package]] name = "parking" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
