rust/library/stdarch
2021-10-30 22:14:54 +01:00
..
.github/workflows xcode-select no longer necessary on action runners. (#1231) 2021-10-14 23:40:41 +01:00
ci Make dedup guard optional (#1215) 2021-09-20 17:19:05 +01:00
crates Add a rudimentary wasm64 module with intrinsics (#1240) 2021-10-30 22:14:54 +01:00
examples wasm: Mark simd intrinsics as stable (#1179) 2021-06-10 20:32:39 +01:00
.cirrus.yml Work around rustup bug in FreeBSD CI (#1176) 2021-05-28 01:20:30 +01:00
.gitignore Intrinsic test tool to compare neon intrinsics with C (#1170) 2021-09-09 19:16:45 +01:00
Cargo.toml Intrinsic test tool to compare neon intrinsics with C (#1170) 2021-09-09 19:16:45 +01:00
CONTRIBUTING.md Updated CONTRIBUTING.MD for new package name and environment variables (#930) 2020-10-26 18:04:47 +00:00
LICENSE-APACHE Add license files 2017-09-25 12:43:06 -07:00
LICENSE-MIT Add license files 2017-09-25 12:43:06 -07:00
README.md Remove references to the crates on crates.io. 2021-08-12 00:24:32 +01:00
triagebot.toml Add triagebot configuration (#847) 2020-03-31 19:27:33 +01:00
vendor.yml Update repo name 2019-07-09 01:37:07 +02:00

stdarch - Rust's standard library SIMD components

Actions Status

Crates

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.