We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33ee72 commit 61498c5Copy full SHA for 61498c5
library/core/src/primitive_docs.rs
@@ -1320,7 +1320,7 @@ mod prim_f16 {}
1320
///
1321
/// # Algebraic operators
1322
1323
-/// Algebraic operators of the form `a.*_algebraic(b)` allow the compiler to reassociate individual
+/// Algebraic operators of the form `a.algebraic_*(b)` allow the compiler to reassociate individual
1324
/// floating point operations for better vectorization. Because of the unpredictable nature of
1325
/// compiler optimizations, the same inputs may produce different results even within a single
1326
/// program run. **Unsafe code must not rely on any property of the return value for soundness.**
0 commit comments