You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix checked_pow_i128/u128 CBMC timeout: bound exponent to avoid explosion
Same fix as saturating_pow_128: use a dedicated macro with exp <= 10
and #[kani::unwind(5)] for the 128-bit checked_pow harnesses.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments