Alex Crichton cf738b0d36
Attempt to fix tests on master (#662)
* Attempt to fix tests on master

* Make all doctests use items from the real `std` rather than this
  crate, it's just easier
* Handle debuginfo weirdness by flagging functions as `no_mangle` that
  we're looking for instructions within.

* Handle double undescores in symbol names
2019-01-30 15:11:35 -08:00
..
2019-01-30 15:11:35 -08:00
2017-11-22 13:42:58 +01:00
2019-01-22 19:23:32 +01:00
2019-01-22 17:04:25 +01:00
2017-09-25 12:43:06 -07:00
2017-09-25 12:43:06 -07:00
2017-06-19 17:06:53 -04:00
2019-01-30 14:14:18 +01:00
2019-01-24 10:24:59 +01:00

stdsimd - Rust's standard library SIMD components

Travis-CI Status Appveyor Status

Crates

This repository contains two main crates:

  • core_arch_crate_badge core_arch_docs_badge core_arch implements core::arch - Rust's core library architecture-specific intrinsics, and

  • std_detect_crate_badge std_detect_docs_badge 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.

How to do a release

To do a release of the core_arch and std_detect crates,