mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-01-19 04:22:11 +00:00
Remove very hard-to-reach lines for later
This commit is contained in:
@@ -1072,19 +1072,6 @@ class cpp_double_fp_backend
|
||||
|
||||
data = arithmetic::two_sum(data.first, v_first);
|
||||
|
||||
if (cpp_df_qf_detail::ccmath::isinf(data.first))
|
||||
{
|
||||
// Handle overflow.
|
||||
*this = cpp_double_fp_backend::my_value_inf();
|
||||
|
||||
if (data.first)
|
||||
{
|
||||
negate();
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
data = arithmetic::two_hilo_sum(data.first, data.second + thi);
|
||||
|
||||
data = arithmetic::two_hilo_sum(data.first, data.second);
|
||||
|
||||
Reference in New Issue
Block a user