const std:: size_t effective_cutoff = cutoff_override == 0 ? square_toom_cook_3_cutoff : cutoff_override; // Fall through to the Karatsuba squaring variant below the performance ...