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
One option might be to simply revert that PR, since (from what I can see in rust-lang/rust#58599) the unordered intrinsics are not actually used. But then I wonder why they lead to problems.
As @eddyb found out, #311 introduced a regression on old versions of LLVM: cross-compilation to
i686-unknown-linux-gnu
on an x86_64 host is broken. In particular this currently prevents us from ensuring 32bit tests work on PR CI.The text was updated successfully, but these errors were encountered: