-
Notifications
You must be signed in to change notification settings - Fork 259
Replace inline assembly with function prototypes in sanity check #2101
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
Comments
Those errors can safely be ignored, but they should be fixed. We should sanity check without the use of assembly to make compiler recognize these warnings. |
Perhaps not. Perhaps one should simply try casting instead. I'll investigate this in a week or two. |
@albinahlback Friendly ping 😸 |
Fixed by #2121. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get the following error:
with
__MACHINEX64(__int64 _mul128(__int64 _Multiplier, __int64 _Multiplicand, __int64 * _HighProduct))
being the definition in MSVC.The text was updated successfully, but these errors were encountered: