Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stable SIMD in Rust #2325

Merged
merged 10 commits into from
Feb 26, 2018
Merged

Stable SIMD in Rust #2325

merged 10 commits into from
Feb 26, 2018

Commits on Feb 7, 2018

  1. Stable SIMD in Rust

    The purpose of this RFC is to provide a framework for SIMD to be used on stable
    Rust. It proposes stabilizing x86-specific vendor intrinsics, but includes the
    scaffolding for other platforms as well as a future portable SIMD design (to be
    fleshed out in another RFC).
    alexcrichton committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    8ca326a View commit details
    Browse the repository at this point in the history
  2. typos

    alexcrichton committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    e8312d1 View commit details
    Browse the repository at this point in the history
  3. Correct errant unsafety

    alexcrichton committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    a65759e View commit details
    Browse the repository at this point in the history
  4. Tweak wording

    alexcrichton committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    f1bddc3 View commit details
    Browse the repository at this point in the history
  5. Fix the third play link

    alexcrichton committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    7fe2ee3 View commit details
    Browse the repository at this point in the history
  6. Even better third link!

    alexcrichton committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    73e7343 View commit details
    Browse the repository at this point in the history
  7. More typos!

    alexcrichton committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    1218615 View commit details
    Browse the repository at this point in the history
  8. typo

    alexcrichton committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    e8cf49b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Minor updates:

    * Rename `std::vendor` to `std::arch`
    * Resolve an unresolved question about function pointers
    * Rename `cfg_feature_enabled!` to `is_target_feature_detected!`
    alexcrichton committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    8c6200f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. RFC 2325

    alexcrichton committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    7ce3862 View commit details
    Browse the repository at this point in the history