_ExtInt is an exact bit-width data type in C and C++ supported by the Clang compiler.
_ExtInt
runs on LLVM's any size int. You can make 1
to 16,777,215
bit integers.
_ExtInt is an exact bit-width data type in C and C++ supported by the Clang compiler.
_ExtInt
runs on LLVM's any size int. You can make 1
to 16,777,215
bit integers.