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
Note that C still doesn't implement align, but as of #39 we combinatoric repr(rust) vs repr(c) and include rustcall as a calling convention, so our coverage of rust <-> rust (in particular for codegen_backend users) is significantly improved.
fixes#23fixes#21fixes#15
In rust-lang/rust#122767, ppc64le was found to have a mismatched ABI on this struct:
Rust was passing this like
[2 x i64]
, while Clang passes[1 x i128]
-- notably, it's not barei128
either.The text was updated successfully, but these errors were encountered: