forked from libre-chip/cpu
update fayalite to get cmp_eq optimizations
This commit is contained in:
parent
ef30d325d5
commit
9d9a755d99
2 changed files with 6 additions and 4 deletions
|
|
@ -535,6 +535,8 @@ impl<SrcCount: KnownSize> StaticType for CommonMOpDefaultImm<SrcCount> {
|
|||
}
|
||||
|
||||
impl<SrcCount: KnownSize> HdlPartialEqImpl<Self> for CommonMOpDefaultImm<SrcCount> {
|
||||
const TRY_STRUCTURAL_EQ: bool = true;
|
||||
|
||||
#[track_caller]
|
||||
fn cmp_value_eq(
|
||||
_lhs: Self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue