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 {
218218 bool VLZeroness = false ;
219219 // What properties of SEW we need to preserve.
220220 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.
222222 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.
226226 SEWGreaterThanOrEqual = 1 , // SEW can be changed as long as it's greater
227227 // 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.
229229 } SEW = SEWNone;
230230 enum : uint8_t {
231231 LMULEqual = 2 , // The exact value of LMUL needs to be preserved.
You can’t perform that action at this time.
0 commit comments