mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-08-27 12:42:12 +00:00
Add NXDK (Xbox) support
This commit is contained in:
committed by
Cameron Gutman
parent
2600beaf13
commit
40d87314d0
@@ -58,7 +58,7 @@ void obl_axpyb32_ref(u8 *a, u32 *b, u8 u, unsigned k)
|
||||
for (unsigned idx = 0, p = 0; idx < k; idx += 8 * sizeof(u32), p++) {
|
||||
u32 tmp = b[p];
|
||||
while (tmp > 0) {
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) && !defined(__clang__)
|
||||
unsigned long index = 0;
|
||||
_BitScanForward(&index, tmp);
|
||||
unsigned tz = (unsigned int)index;
|
||||
|
||||
Reference in New Issue
Block a user