commit | 3b2d7f338e2d33c5b84cc03fb17eccb8afc3a6fc | [log] [tgz] |
---|---|---|
author | gnzlbg <gonzalobg88@gmail.com> | Wed Sep 18 10:35:42 2019 +0200 |
committer | gnzlbg <gnzlbg@users.noreply.github.com> | Wed Sep 18 12:09:07 2019 +0200 |
tree | 2d6d917213db9e3b293bb2769ae1413685e58ff3 | |
parent | 4b822354ddf11b32650b82dda0559aae53d258ae [diff] |
Feature::from_str is not always needed
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),