mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2026-06-28 10:00:44 +03:00
Enable building on riscv64 (#186)
This commit is contained in:
@@ -68,7 +68,7 @@ QWORD ConfirmationID::residue_sub(QWORD x, QWORD y)
|
||||
return z;
|
||||
}
|
||||
|
||||
#if defined(__x86_64__) || defined(_M_AMD64) || defined(__aarch64__) || (defined(__arm64__) && defined(__APPLE__))
|
||||
#if defined(__x86_64__) || defined(_M_AMD64) || defined(__aarch64__) || (defined(__arm64__) && defined(__APPLE__)) || (defined(__riscv) && (__SIZEOF_POINTER__ == 8))
|
||||
#ifdef __GNUC__
|
||||
inline QWORD ConfirmationID::__umul128(QWORD a, QWORD b, QWORD* hi)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user