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 aabaf84 commit 2b1f249Copy full SHA for 2b1f249
library/core/src/slice/mod.rs
@@ -3536,7 +3536,7 @@ impl<T> [T] {
3536
/// suffix.iter().copied().sum(),
3537
/// ]);
3538
/// let sums = middle.iter().copied().fold(sums, f32x4::add);
3539
- /// sums.horizontal_sum()
+ /// sums.reduce_sum()
3540
/// }
3541
///
3542
/// let numbers: Vec<f32> = (1..101).map(|x| x as _).collect();
0 commit comments