SIZEOF_INT128 macro should not be defined as 128-bit operations are not yet supported for MIPS64.
Failing tests: Lexer/ms-extensions.c:
Test assumes if SIZEOF_INT128 is not defined then use of suffix i128 should throw an error message "int128 is not supported on this target". In MIPS, declaration of int128 type is necessary even though SIZEOF_INT128 is undefined because standard header files like limits.h throw error message if __int128 is not available.
I would add a comment describes that it is a temporary workaround while MIPS has no fully supported 128-bit integers and we do not want to get an error from limit.h.