> @volcano0dr I used derive for those types as well. If you would prefer I can > add a macro that generates `PartialEq` without checking the alignment as well.
I think it is inappropriate to use derive for these types. The `_pad` field is just for alignment, so `_pad` should not be compared when implementing PartialEq. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/325#issuecomment-822229666
