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

MSVC: specify Vc_VDECL explicitly on a few functions #291

Merged
merged 1 commit into from
Jul 8, 2021

Conversation

amyspark
Copy link
Contributor

@amyspark amyspark commented Jul 6, 2021

👋

This MR fixes #289 by making __vectorcall visible in the headers. I don't know why MSVC does choose that calling convention by default, though; in Krita, the author of our MSVC support (@ramin-raeisi) went with Vc_CDECL, which works equally OK.

@bernhardmgruber
Copy link
Collaborator

Hi! Thank you again for this contribution! We have just added a few GitHub Actions in #278 so we can have better feedback for PRs. Could you please rebase on the latest 1.4 branch? Thank you!

@bernhardmgruber bernhardmgruber merged commit 93ac07e into VcDevel:1.4 Jul 8, 2021
@amyspark amyspark deleted the amyspark/289 branch July 8, 2021 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot link against a MSVC built Vc because it needs Vc_CDECL on some symbols
2 participants