Try fix CI error.

pull/4364/head
權少 2024-05-17 00:24:06 +08:00
parent 7737aa081f
commit bf86054782
1 changed files with 2 additions and 1 deletions

View File

@ -250,7 +250,8 @@ boundaries compute_boundaries(FloatType value)
// Determine w- = m- such that e_(w-) = e_(w+).
const diyfp w_minus = diyfp::normalize_to(m_minus, w_plus.e);
return {diyfp::normalize(v), w_minus, w_plus};
boundaries result {diyfp::normalize(v), w_minus, w_plus};
return result;
}
// Given normalized diyfp w, Grisu needs to find a (normalized) cached