diff options
| author | 2025-11-21 16:52:46 +0100 | |
|---|---|---|
| committer | 2025-11-21 16:52:46 +0100 | |
| commit | 821adf9e5c962c97e46f3a215c876bc10916e302 (patch) | |
| tree | afbde7e0cb5f073b6bdbec1d25e086f5e094b31d /ir/op.def | |
| parent | ec4cfe9db9afc1d1c633a922174f5bb0685b0c32 (diff) | |
remove umul
Diffstat (limited to 'ir/op.def')
| -rw-r--r-- | ir/op.def | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -23,7 +23,6 @@ _(extu32, 1) _(add, 2) _(sub, 2) _(mul, 2) -_(umul, 2) _(div, 2) _(udiv, 2) _(rem, 2) |