commit | deec82c7ba1d821ed05c533c7d39c6073b9fae0a | [log] [tgz] |
---|---|---|
author | Lokathor <zefria@gmail.com> | Mon Jul 20 01:24:29 2020 -0600 |
committer | GitHub <noreply@github.com> | Mon Jul 20 08:24:29 2020 +0100 |
tree | f59fefe0bed174edfb17eef2dbc37e6c13fd66cf | |
parent | 7a6a442e828ab4e39aeb962c41c93b0f760413d5 [diff] |
[Neon] Absolute Value fns (#877)
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),