idea cmplog

This commit is contained in:
vanhauser-thc
2024-11-20 15:53:04 +01:00
parent 79deeb46dd
commit c1e4b8f7f6

View File

@ -60,7 +60,7 @@ struct cmp_operands {
u64 v1_128;
u64 v1_256_0;
u64 v1_256_1;
u8 unused[8];
u8 unused[8]; // 2 bits could be used for "is constant operand"
} __attribute__((packed));
@ -70,7 +70,7 @@ struct cmpfn_operands {
u8 v1[32];
u8 v0_len;
u8 v1_len;
u8 unused[6];
u8 unused[6]; // 2 bits could be used for "is constant operand"
} __attribute__((packed));