]> git.lizzy.rs Git - rust.git/commit
Sync rust-lang/portable-simd@03f6fbb21e6050da2a05b3ce8f480c020b384916
authorJubilee Young <workingjubilee@gmail.com>
Thu, 27 Jan 2022 19:23:40 +0000 (11:23 -0800)
committerJubilee Young <workingjubilee@gmail.com>
Thu, 27 Jan 2022 19:23:40 +0000 (11:23 -0800)
commitcde7bdc678c52efd16baead2c9cb8eb3bf8be854
tree08c60c2c81e9936197a827c2ebd427ee256792ec
parent74fbbefea8d13683cca5eee62e4740706cb3144a
parent03f6fbb21e6050da2a05b3ce8f480c020b384916
Sync rust-lang/portable-simd@03f6fbb21e6050da2a05b3ce8f480c020b384916
14 files changed:
library/portable-simd/Cargo.toml
library/portable-simd/crates/core_simd/Cargo.toml
library/portable-simd/crates/core_simd/examples/nbody.rs
library/portable-simd/crates/core_simd/src/intrinsics.rs
library/portable-simd/crates/core_simd/src/masks.rs
library/portable-simd/crates/core_simd/src/ops.rs
library/portable-simd/crates/core_simd/src/round.rs
library/portable-simd/crates/core_simd/src/vector.rs
library/portable-simd/crates/core_simd/src/vector/float.rs
library/portable-simd/crates/core_simd/tests/cast.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/std_float/src/lib.rs