Skip to content

Commit e3cf758

Browse files
committed
remove 'me'
1 parent fed7c40 commit e3cf758

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

mlir/include/mlir/Dialect/ArmSME/IR/ArmSMEOps.td

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ def FMopaWide2WayOp
990990
| ---- | -------- |
991991
| [FMOPA (widening, 2-way, FP16 to FP32)](https://developer.arm.com/documentation/ddi0602/2023-09/SME-Instructions/FMOPA--widening--2-way--FP16-to-FP32---Half-precision-floating-point-sum-of-outer-products-and-accumulate-) | +sme |
992992
| [BFMOPA (widening, 2-way, BF16 to FP32)](https://developer.arm.com/documentation/ddi0602/2023-09/SME-Instructions/BFMOPA--widening---BFloat16-sum-of-outer-products-and-accumulate-) | +sme |
993-
me
993+
994994
[1] https://developer.arm.com/documentation/ddi0616
995995
}];
996996
}
@@ -1253,7 +1253,7 @@ def SMopaWide4WayOp
12531253
| Spec | Features |
12541254
| ---- | -------- |
12551255
| [SMOPA (4-way)](https://developer.arm.com/documentation/ddi0602/2023-09/SME-Instructions/SMOPA--4-way---Signed-integer-sum-of-outer-products-and-accumulate-) | +sme (32-bit), +sme-i16i64 (64-bit)|
1256-
me
1256+
12571257
```
12581258
}];
12591259
}
@@ -1284,7 +1284,7 @@ def SMopsWide4WayOp
12841284
| Spec | Features |
12851285
| ---- | -------- |
12861286
| [SMOPS (4-way)](https://developer.arm.com/documentation/ddi0602/2023-09/SME-Instructions/SMOPS--4-way---Signed-integer-sum-of-outer-products-and-subtract-) | +sme (32-bit), +sme-i16i64 (64-bit)|
1287-
me
1287+
12881288
```
12891289
}];
12901290
}
@@ -1312,7 +1312,7 @@ def UMopaWide4WayOp
13121312
| Spec | Features |
13131313
| ---- | -------- |
13141314
| [UMOPA (4-way)](https://developer.arm.com/documentation/ddi0602/2023-09/SME-Instructions/UMOPA--4-way---Unsigned-integer-sum-of-outer-products-and-accumulate-) | +sme (32-bit), +sme-i16i64 (64-bit)|
1315-
me
1315+
13161316
```
13171317
}];
13181318
}
@@ -1340,7 +1340,7 @@ def UMopsWide4WayOp
13401340
| Spec | Features |
13411341
| ---- | -------- |
13421342
| [UMOPS (4-way)](https://developer.arm.com/documentation/ddi0602/2023-09/SME-Instructions/UMOPS--4-way---Unsigned-integer-sum-of-outer-products-and-subtract-) | +sme (32-bit), +sme-i16i64 (64-bit)|
1343-
me
1343+
13441344
```
13451345
}];
13461346
}
@@ -1368,7 +1368,7 @@ def SuMopaWide4WayOp
13681368
| Spec | Features |
13691369
| ---- | -------- |
13701370
| [SUMOPA (4-way)](https://developer.arm.com/documentation/ddi0602/2023-09/SME-Instructions/SUMOPA--Signed-by-unsigned-integer-sum-of-outer-products-and-accumulate-) | +sme (32-bit), +sme-i16i64 (64-bit)|
1371-
me
1371+
13721372
```
13731373
}];
13741374
}
@@ -1396,7 +1396,7 @@ def SuMopsWide4WayOp
13961396
| Spec | Features |
13971397
| ---- | -------- |
13981398
| [SUMOPS (4-way)](https://developer.arm.com/documentation/ddi0602/2023-09/SME-Instructions/SUMOPS--Signed-by-unsigned-integer-sum-of-outer-products-and-subtract-) | +sme (32-bit), +sme-i16i64 (64-bit)|
1399-
me
1399+
14001400
```
14011401
}];
14021402
}
@@ -1424,7 +1424,7 @@ def UsMopaWide4WayOp
14241424
| Spec | Features |
14251425
| ---- | -------- |
14261426
| [USMOPA (4-way)](https://developer.arm.com/documentation/ddi0602/2023-09/SME-Instructions/USMOPA--Unsigned-by-signed-integer-sum-of-outer-products-and-accumulate-) | +sme (32-bit), +sme-i16i64 (64-bit)|
1427-
me
1427+
14281428
```
14291429
}];
14301430
}
@@ -1452,7 +1452,7 @@ def UsMopsWide4WayOp
14521452
| Spec | Features |
14531453
| ---- | -------- |
14541454
| [USMOPS (4-way)](https://developer.arm.com/documentation/ddi0602/2023-09/SME-Instructions/USMOPS--Unsigned-by-signed-integer-sum-of-outer-products-and-subtract-) | +sme (32-bit), +sme-i16i64 (64-bit)|
1455-
me
1455+
14561456
```
14571457
}];
14581458
}

0 commit comments

Comments
 (0)