We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467fa51 commit 24f2075Copy full SHA for 24f2075
libm/src/math/support/float_traits.rs
@@ -191,8 +191,8 @@ pub trait Float:
191
}
192
193
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.
+ /// Make a best-effort attempt to canonicalize the number. Note that this is allowed
+ /// to be a nop and does not always quiet sNaNs.
196
fn canonicalize(self) -> Self {
197
// FIXME: LLVM often removes this. We should determine whether we can remove the operation,
198
// or switch to something based on `llvm.canonicalize` (which has crashes,
0 commit comments