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
Handling of Int128 types wrapped in structures on X64 SysV and ARM64 platforms
Use of Int128 types and alignment issues if the parameter needs to be spilled to the stack on Arm64 and SysV
Register alignment on ARM64 platforms
When this is fixed re-enable $(XunitTestBinBase)/Interop/PInvoke/Int128/Int128Test/
See #73601 for a PR which failed to fix all the issues. Instead #74123 was created to disable problematic scenarios so that we can fix this in the future.
Known ABI issues
Int128types wrapped in structures on X64 SysV and ARM64 platformsInt128types and alignment issues if the parameter needs to be spilled to the stack on Arm64 and SysVWhen this is fixed re-enable
$(XunitTestBinBase)/Interop/PInvoke/Int128/Int128Test/See #73601 for a PR which failed to fix all the issues. Instead #74123 was created to disable problematic scenarios so that we can fix this in the future.
category:correctness
theme:calling-convention
skill-level:expert
cost:medium
impact:small