#if COMPILER_CLANG typedef __int128 int128; #else #error "Need big int implementation" #endif