We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1a5e4 commit 331230fCopy full SHA for 331230f
crates/core_simd/src/math.rs
@@ -80,6 +80,7 @@ macro_rules! impl_int_arith {
80
}
81
82
/// Lanewise saturating absolute value, implemented in Rust.
83
+ /// As abs(), except the MIN value becomes MAX instead of itself.
84
///
85
/// # Examples
86
/// # use core_simd::*;
@@ -99,6 +100,7 @@ macro_rules! impl_int_arith {
99
100
101
102
/// Lanewise saturating negation, implemented in Rust.
103
+ /// As neg(), except the MIN value becomes MAX instead of itself.
104
105
106
0 commit comments