]> git.lizzy.rs Git - rust.git/commit
Sync portable-simd to rust-lang/portable-simd@72df4c45056a8bc0d1b3f06fdc828722177f0763
authorJubilee Young <workingjubilee@gmail.com>
Sun, 13 Mar 2022 00:09:37 +0000 (16:09 -0800)
committerJubilee Young <workingjubilee@gmail.com>
Sun, 13 Mar 2022 00:09:37 +0000 (16:09 -0800)
commitaabaf8430c37c5bab7bb2f7f494bf30605f2a809
tree4ad2420f8aac055e0769c27c01be0b49f5d2ec0d
parentf103b2969b0088953873dc1ac92eb3387c753596
parent72df4c45056a8bc0d1b3f06fdc828722177f0763
Sync portable-simd to rust-lang/portable-simd@72df4c45056a8bc0d1b3f06fdc828722177f0763
19 files changed:
library/portable-simd/beginners-guide.md
library/portable-simd/crates/core_simd/Cargo.toml
library/portable-simd/crates/core_simd/examples/matrix_inversion.rs
library/portable-simd/crates/core_simd/examples/nbody.rs
library/portable-simd/crates/core_simd/examples/spectral_norm.rs
library/portable-simd/crates/core_simd/src/comparisons.rs
library/portable-simd/crates/core_simd/src/intrinsics.rs
library/portable-simd/crates/core_simd/src/lib.rs
library/portable-simd/crates/core_simd/src/masks/to_bitmask.rs
library/portable-simd/crates/core_simd/src/math.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.rs
library/portable-simd/crates/core_simd/tests/i16_ops.rs
library/portable-simd/crates/core_simd/tests/ops_macros.rs
library/portable-simd/crates/core_simd/tests/round.rs
library/portable-simd/crates/std_float/Cargo.toml
library/portable-simd/crates/test_helpers/src/lib.rs