commit | d6822f9c433bd70f786b157f17beaf64ee28d83a | [log] [tgz] |
---|---|---|
author | Georgio Nicolas <me@georgio.xyz> | Sat Aug 01 00:46:26 2020 +0300 |
committer | Georgio Nicolas <me@georgio.xyz> | Sat Aug 01 00:46:26 2020 +0300 |
tree | c2027ff26acc8c566cfcec23593e1ed6b08cb831 | |
parent | 311d56cd91609c1c1c0370cbd2ece8e3048653a5 [diff] |
Edit docs to explain mask type discrepancy in _mm_shuffle_ps between Rust and Intel's Intrinsics Guide
This repository contains two main crates:
core_arch
implements core::arch
- Rust's core library architecture-specific intrinsics, and
std_detect
implements std::detect
- Rust's standard library run-time CPU feature detection.
The std::simd
component now lives in the packed_simd
crate.
To do a release of the core_arch
and std_detect
crates,
dev-dependencies
in their Cargo.toml
files (due to https://github.com/rust-lang/cargo/issues/4242),