File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -218,14 +218,14 @@ struct DemandedFields {
218
218
bool VLZeroness = false ;
219
219
// What properties of SEW we need to preserve.
220
220
enum : uint8_t {
221
- SEWEqual = 3 , // The exact value of SEW needs to be preserved.
221
+ SEWEqual = 3 , // The exact value of SEW needs to be preserved.
222
222
SEWGreaterThanOrEqualAndLessThan64 =
223
- 2 , // SEW can be changed as long as it's greater
224
- // than or equal to the original value, but must be less
225
- // than 64.
223
+ 2 , // SEW can be changed as long as it's greater
224
+ // than or equal to the original value, but must be less
225
+ // than 64.
226
226
SEWGreaterThanOrEqual = 1 , // SEW can be changed as long as it's greater
227
227
// than or equal to the original value.
228
- SEWNone = 0 // We don't need to preserve SEW at all.
228
+ SEWNone = 0 // We don't need to preserve SEW at all.
229
229
} SEW = SEWNone;
230
230
enum : uint8_t {
231
231
LMULEqual = 2 , // The exact value of LMUL needs to be preserved.
You can’t perform that action at this time.
0 commit comments