commit | ee12bcf4346719e1350be986f233c8ab6b4a26cb | [log] [tgz] |
---|---|---|
author | gnzlbg <gonzalobg88@gmail.com> | Wed Jan 30 11:02:56 2019 +0100 |
committer | gnzlbg <gnzlbg@users.noreply.github.com> | Wed Jan 30 11:27:23 2019 +0100 |
tree | 675b6ad57829fbe3292c420c19f7ee6a5657f7d3 | |
parent | d629b26d7411a54a4b83104c1731495a62439ae2 [diff] |
Update readme and dependencies
This repository contains two main crates:
core_arch
implements core::arch
- Rust's core library architecture-specific intrinsics, andstd_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),