cranelift: Rename i{min,max} to s{min,max} (#5187)
This brings these instructions with our general naming convention of signed instructions being prefixed with `s`.
This commit is contained in:
@@ -416,7 +416,7 @@ fn define_simd_arithmetic(
|
||||
|
||||
ig.push(
|
||||
Inst::new(
|
||||
"imin",
|
||||
"smin",
|
||||
r#"
|
||||
Signed integer minimum.
|
||||
"#,
|
||||
@@ -440,7 +440,7 @@ fn define_simd_arithmetic(
|
||||
|
||||
ig.push(
|
||||
Inst::new(
|
||||
"imax",
|
||||
"smax",
|
||||
r#"
|
||||
Signed integer maximum.
|
||||
"#,
|
||||
|
||||
Reference in New Issue
Block a user