You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone!
I've noticed some really weird quirks with functions that utilise va_list et. al
Looks like values are extended to 64-bit before being pushed onto the stack and then interpreted as 32-bit on the other end?
All values are fixed point integers btw. Just in case someone picks up on vertex and thinks "float".
I suspect the answer is "stop targeting old crusty 32-bit junk" but I figured I'd file an issue just in case 😄
Hi everyone!
I've noticed some really weird quirks with functions that utilise va_list et. al
Looks like values are extended to 64-bit before being pushed onto the stack and then interpreted as 32-bit on the other end?
All values are fixed point integers btw. Just in case someone picks up on vertex and thinks "float".
I suspect the answer is "stop targeting old crusty 32-bit junk" but I figured I'd file an issue just in case 😄
Compiler versions tested:
OS versions tested:
The text was updated successfully, but these errors were encountered: