================ @@ -15,6 +15,10 @@ #include "bit.h" #include "number_pair.h" +#ifndef __SIZEOF_INT128__ ---------------- michaelrj-google wrote: this include should be unconditional since the function is always used. https://github.com/llvm/llvm-project/pull/74259