Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mathlib: int16_t negate explicitly handle both INT16_MIN and INT16_MAX
- technically negating INT16_MAX doesn't need special handling, but this ensures any simple saturation logic downstream works by default
- Loading branch information