Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove extra rounding mode changes for sqrt for interval (#8611)
The only place where the function is call is in `Interval_nt::sqrt()` and that functions start with the creation of a protector. Even worse, if we are using interval with no protection, we get an incorrect rounding mode after a call to sqrt.
- Loading branch information