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

Don't try to use wasm intrinsics on vectors #75316

Merged
merged 1 commit into from
Aug 11, 2020

Commits on Aug 9, 2020

  1. Don't try to use wasm intrinsics on vectors

    This commit fixes an issue with rust-lang#74695 where the fptosi and fptoui
    specializations on wasm were accidentally used on vector types by the
    `simd_cast` intrinsic. This issue showed up as broken CI for the stdsimd
    crate. Here this commit simply skips the specialization on vector kinds
    flowing into `fpto{s,u}i`.
    alexcrichton committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    b21a3de View commit details
    Browse the repository at this point in the history