You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the CI of stdarch started failing recently. Bisection shows that this is caused by #76896. That PR looks relatively innocuous on the surface, however, so this may be a longstanding bug in wasm simd just uncovered by that. I wanted to open this to track the regression nonetheless.
Ok after some more debugging I think #76896 is indeed at fault. After reading that PR more closely it looks like it only changes the behavior of inline(always) in debug mode, which indeed has been known to break SIMD-related things in the past.
…debug, r=wesleywiser
Revert "Auto merge of rust-lang#76896 - spastorino:codegen-inline-fns2
This reverts commit ddf2cc7, reversing
changes made to 937f629.
As `@alexcrichton` pointed out in rust-lang#80916 there's a problem with the taken approach.
It looks like the CI of stdarch started failing recently. Bisection shows that this is caused by #76896. That PR looks relatively innocuous on the surface, however, so this may be a longstanding bug in wasm simd just uncovered by that. I wanted to open this to track the regression nonetheless.
The regression can be reproduced with:
compiled as:
The text was updated successfully, but these errors were encountered: