Skip to content

Commit 24f2075

Browse files
tgross35beetrees
andauthored
Update libm/src/math/support/float_traits.rs
Co-authored-by: beetrees <[email protected]>
1 parent 467fa51 commit 24f2075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libm/src/math/support/float_traits.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ pub trait Float:
191191
}
192192
}
193193

194-
/// Make a best-effort attempt to canonicalize the number. Note that this is often allowed
195-
/// to be a nop and does not actually quiet sNaNs.
194+
/// Make a best-effort attempt to canonicalize the number. Note that this is allowed
195+
/// to be a nop and does not always quiet sNaNs.
196196
fn canonicalize(self) -> Self {
197197
// FIXME: LLVM often removes this. We should determine whether we can remove the operation,
198198
// or switch to something based on `llvm.canonicalize` (which has crashes,

0 commit comments

Comments
 (0)