mirror of
https://github.com/zeldaret/oot
synced 2026-08-21 22:40:55 -04:00
[iQue] Define EGCS macro instead of relying on __GNUC__ (#2423)
* [iQue] Define EGCS macro instead of relying on __GNUC__ * Revert longlong.h
This commit is contained in:
@@ -87,6 +87,7 @@
|
||||
#define umul_ppmm(w1, w0, u, v) \
|
||||
__asm__("multu %2,%3" : "=l"((USItype)(w0)), "=h"((USItype)(w1)) : "d"((USItype)(u)), "d"((USItype)(v)))
|
||||
#else
|
||||
/* Non-matching version for modern GCC */
|
||||
#define umul_ppmm(w1, w0, u, v) \
|
||||
__asm__("multu %2,%3\n\t" \
|
||||
"mflo %0\n\t" \
|
||||
|
||||
Reference in New Issue
Block a user