Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 320123e

Browse files
authoredFeb 8, 2025··
1 parent 1a7e440 commit 320123e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎melior/src/dialect/arith.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ melior_macro::binary_operations!(
125125
divsi,
126126
divui,
127127
floordivsi,
128-
maxf,
128+
maxnumf,
129129
maxsi,
130130
maxui,
131-
minf,
131+
minimumf,
132132
minsi,
133133
minui,
134134
mulf,

0 commit comments

Comments
 (0)
Please sign in to comment.