We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
max
1 parent aa9e0f5 commit 8c8ea2dCopy full SHA for 8c8ea2d
coresimd/ppsv/api/minmax.rs
100644
100755
@@ -27,7 +27,7 @@ macro_rules! impl_int_minmax_ops {
27
28
/// Maximum of two vectors.
29
///
30
- /// Returns a new vector containing the minimum value of each of
+ /// Returns a new vector containing the maximum value of each of
31
/// the input vector lanes.
32
#[inline]
33
pub fn max(self, x: Self) -> Self {
@@ -86,7 +86,7 @@ macro_rules! impl_float_minmax_ops {
86
87
88
89
- /// Returns a new vector containing the minimum value of each of the
+ /// Returns a new vector containing the maximum value of each of the
90
/// input vector lanes. The lane-wise semantics are the same as that
91
/// of `max` for the primitive floating-point types.
92
0 commit comments