diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-04-03 11:11:49 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-04-16 07:25:10 -0700 |
| commit | 598d836fff59787892de1d736e521b10d9117531 (patch) | |
| tree | d45d80454394b7c40bfab3e074258bb5e57be8ad /src/test/incremental/thinlto | |
| parent | d6a2dd9912e762fb0029c4463002d674686c1159 (diff) | |
| download | rust-598d836fff59787892de1d736e521b10d9117531.tar.gz rust-598d836fff59787892de1d736e521b10d9117531.zip | |
Stabilize x86/x86_64 SIMD
This commit stabilizes the SIMD in Rust for the x86/x86_64 platforms. Notably
this commit is stabilizing:
* The `std::arch::{x86, x86_64}` modules and the intrinsics contained inside.
* The `is_x86_feature_detected!` macro in the standard library
* The `#[target_feature(enable = "...")]` attribute
* The `#[cfg(target_feature = "...")]` matcher
Stabilization of the module and intrinsics were primarily done in
rust-lang-nursery/stdsimd#414 and the two attribute stabilizations are done in
this commit. The standard library is also tweaked a bit with the new way that
stdsimd is integrated.
Note that other architectures like `std::arch::arm` are not stabilized as part
of this commit, they will likely stabilize in the future after they've been
implemented and fleshed out. Similarly the `std::simd` module is also not being
stabilized in this commit, only `std::arch`. Finally, nothing related to `__m64`
is stabilized in this commit either (MMX), only SSE and up types and intrinsics
are stabilized.
Closes #29717
Closes #44839
Closes #48556
Diffstat (limited to 'src/test/incremental/thinlto')
0 files changed, 0 insertions, 0 deletions
