I want to fork the GNU g++ compiler and add a new integer type, __int256_t. Could someone please point me to the relevant files where __int128_t is implemented? I've been searching the repository on Github but can't find it.
I want to fork the GNU g++ compiler and add a new integer type, __int256_t. Could someone please point me to the relevant files where __int128_t is implemented? I've been searching the repository on Github but can't find it.