Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup: cpu: x64: brgemm: fix hidden operator==
c++20 introduced new mechanics of comparison operators and now certain scenarios require both operator== and operator!= to be defined so that the operation would be equivalent for a X b and b X a.
- Loading branch information