Skip to content

Checked CCP

Aaron Councilman requested to merge checked-ccp into main

Use checked versions of integer functions to avoid UB for over/under-flow. Currently just produces a non-constant value if there would be overflow or underflow, at some point we might make this an undef value instead.

Merge request reports

Loading