optin.performance.Padding

This commit is contained in:
gtsoul-tech
2024-05-27 15:41:57 +03:00
parent c837925087
commit aa6acaec84
2 changed files with 5 additions and 7 deletions

View File

@@ -40,9 +40,9 @@ union RoseLookaroundMask32 {
struct ValidateMask32TestInfo {
RoseLookaroundMask32 data;
u32 valid_mask;
RoseLookaroundMask32 and_mask;
RoseLookaroundMask32 cmp_mask;
u32 valid_mask;
u32 neg_mask;
};