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 1c50c1f commit c3d9214Copy full SHA for c3d9214
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