rust/library/stdarch/crates
gnzlbg 11c624e488 Refactor stdsimd
This commit:

* renames `coresimd` to `core_arch` and `stdsimd` to `std_detect`

* `std_detect` does no longer depend on `core_arch` - it is a freestanding
  `no_std` library that only depends on `core` - it is renamed to `std_detect`

* moves the top-level coresimd and stdsimd directories into the appropriate
  crates/... directories - this simplifies creating crate.io releases of these crates

* moves the top-level `coresimd` and `stdsimd` sub-directories into their
  corresponding crates in `crates/{core_arch, std_detect}`.
2019-01-22 17:04:25 +01:00
..
assert-instr-macro Rewrite simd128 and wasm support (#620) 2018-12-13 20:17:30 -06:00
core_arch Refactor stdsimd 2019-01-22 17:04:25 +01:00
simd-test-macro Rerun rustfmt 2018-12-14 12:44:51 -08:00
std_detect Refactor stdsimd 2019-01-22 17:04:25 +01:00
stdsimd-test Add a x86_64::cmpxchg16b intrinsic 2019-01-02 16:55:53 +01:00
stdsimd-verify Refactor stdsimd 2019-01-22 17:04:25 +01:00