Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: Work around clang bug in "small struct" FP tests. #51

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

madewokherd
Copy link
Owner

When a struct contains a single float or double field, clang targeting Windows x86 expects it to be returned in FP(0), but .NET Framework, Mono, and MSVC all put it in EDX:EAX.

When a struct contains a single float or double field, clang
targeting Windows x86 expects it to be returned in FP(0), but
.NET Framework, Mono, and MSVC all put it in EDX:EAX.
@madewokherd madewokherd merged commit f635ac6 into develop Nov 28, 2023
3 of 4 checks passed
@madewokherd madewokherd deleted the delegate8 branch November 28, 2023 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant