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
__uint128_t is, obviously, a non-standard type, so this won't compile in standard C. I noticed the issue when trying to compile SDCC with gala support for GNU/Linux on x86, which fails, since GCC provides __uint128_t for amd64, but not for x86.