Skip to content

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

Merged
bors merged 1 commit intorust-lang:masterfrom
alexcrichton:fix-wasm-simd
Aug 11, 2020
Merged

Don't try to use wasm intrinsics on vectors#75316
bors merged 1 commit intorust-lang:masterfrom
alexcrichton:fix-wasm-simd

Conversation

@alexcrichton
Copy link
Member

This commit fixes an issue with #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.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants