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
Hi.
I'm currently trying to make some new f128 tests pass for cg_gcc and I believe I found out the issue: it seems the CmpResult type is aliased wrongly to i32 while it should be aliased to i64 (or at least long) on x86-64.
The type is defined here as a i32 while the comment just above point to this that mentions that it should be a long.
Could you please double-check that it indeed should be a long and not a i32?
It seems like it should be a int on Aarch64, according to the LLVM code linked above.