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

wasm: Mark simd intrinsics as stable #1179

Merged
merged 2 commits into from
Jun 10, 2021

Commits on Jun 10, 2021

  1. wasm: Mark simd intrinsics as stable

    This is a follow-up from rust-lang/rust#74372 which has finished FCP for
    the stabilization of wasm intrinsics. This marks them all stable, as-is
    and additionally marks the functions which create integer vectors as
    `const`-stable as well. The only remaining unstable bits are that
    `f32x4` and `f64x2` are `const`-unstable. Mostly just because I couldn't
    figure out how to make them `const`-stable.
    alexcrichton committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    2cb8ba7 View commit details
    Browse the repository at this point in the history
  2. Update issue links

    alexcrichton committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    7abe735 View commit details
    Browse the repository at this point in the history