Skip to content

Commit ef5f073

Browse files
document Ord difference to simd_min and simd_max
1 parent f79ce11 commit ef5f073

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/core_simd/src/vector.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,7 @@ where
945945
{
946946
}
947947

948+
/// Lexicographic order. For the SIMD elementwise minimum and maximum, use simd_min and simd_max instead.
948949
impl<T, const N: usize> Ord for Simd<T, N>
949950
where
950951
LaneCount<N>: SupportedLaneCount,

0 commit comments

Comments
 (0)