Skip to content

intrinsic "_udiv128" Impl #119

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

Merged
merged 2 commits into from
Jan 3, 2025
Merged

intrinsic "_udiv128" Impl #119

merged 2 commits into from
Jan 3, 2025

Conversation

hzqst
Copy link
Contributor

@hzqst hzqst commented Dec 31, 2024

Related issue: #118

```
__MACHINEX64(unsigned __int64 __cdecl _udiv128(unsigned __int64 _HighDividend, unsigned __int64 _LowDividend, unsigned __int64 _Divisor, unsigned __int64* _Remainder))
```
or
```
extern unsigned __int64 __cdecl _udiv128(unsigned __int64 /* highdividend */, unsigned __int64 /* lowdividend */, unsigned __int64 /* divisor */, unsigned __int64* /* remainder */);
```
not tested yet though
@gmh5225 gmh5225 merged commit f0424cd into backengineering:dev Jan 3, 2025
12 checks passed
@gmh5225
Copy link
Collaborator

gmh5225 commented Jan 3, 2025

Strong and powerful

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.

2 participants