Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apparently I looked at the docs for umulh when checking availability, and umul128 is x64 only.
- Loading branch information
65794fd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I stumbled into this issue while trying to update the catch2 vcpkg port, so I used this patch, but it still failed. I fixed it like this : microsoft/vcpkg@b35eca8
65794fd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
Actually I think the patch is slightly wrong as well, the proper macro to check is either
_M_AMD64
or_M_X64
. (These seem the same thing based on the docs)