]> git.lizzy.rs Git - rust.git/commit
Merge commit 'a8385522ade6f67853edac730b5bf164ddb298fd' into simd-remove-autosplats
authorJubilee Young <workingjubilee@gmail.com>
Fri, 3 Dec 2021 02:27:47 +0000 (18:27 -0800)
committerJubilee Young <workingjubilee@gmail.com>
Fri, 3 Dec 2021 02:27:47 +0000 (18:27 -0800)
commit2ea27bf6ef77bdc5408d69e2fcccc58beb4bd306
treea0187c96fbf0b7a0cef00c49676bf2485799d365
parentff23ad3179014ba258f2b540fb39dd0f26852b7a
parenta8385522ade6f67853edac730b5bf164ddb298fd
Merge commit 'a8385522ade6f67853edac730b5bf164ddb298fd' into simd-remove-autosplats
22 files changed:
library/portable-simd/CONTRIBUTING.md
library/portable-simd/README.md
library/portable-simd/crates/core_simd/examples/nbody.rs
library/portable-simd/crates/core_simd/src/comparisons.rs
library/portable-simd/crates/core_simd/src/lane_count.rs
library/portable-simd/crates/core_simd/src/masks.rs
library/portable-simd/crates/core_simd/src/masks/bitmask.rs
library/portable-simd/crates/core_simd/src/masks/full_masks.rs
library/portable-simd/crates/core_simd/src/math.rs
library/portable-simd/crates/core_simd/src/ops.rs
library/portable-simd/crates/core_simd/src/ops/assign.rs
library/portable-simd/crates/core_simd/src/ops/deref.rs
library/portable-simd/crates/core_simd/src/ops/unary.rs
library/portable-simd/crates/core_simd/src/reduction.rs
library/portable-simd/crates/core_simd/src/select.rs
library/portable-simd/crates/core_simd/src/swizzle.rs
library/portable-simd/crates/core_simd/src/vector/float.rs
library/portable-simd/crates/core_simd/src/vector/ptr.rs
library/portable-simd/crates/core_simd/src/vendor/x86.rs
library/portable-simd/crates/core_simd/tests/autoderef.rs
library/portable-simd/crates/core_simd/tests/ops_macros.rs
library/portable-simd/crates/test_helpers/src/lib.rs