| commit | 43b6c16826f1c740765617f71b67cda2473709cb | [log] [tgz] |
|---|---|---|
| author | Alex Crichton <alex@alexcrichton.com> | Mon Sep 23 14:27:23 2019 -0700 |
| committer | Alex Crichton <alex@alexcrichton.com> | Mon Sep 23 14:27:23 2019 -0700 |
| tree | 77f2238a4242e74c123ab84705f77234f1a1658c | |
| parent | 3b2d7f338e2d33c5b84cc03fb17eccb8afc3a6fc [diff] |
Remove long-outdated `QUESTIONS.md` This is quite an old file now at this point!
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),