On 3/13/23 03:28, Ni, Ray wrote:

+#define IS_ALIGNED(x, y)  ((((UINTN)(x) & (y - 1)) == 0))

1. Can you use the existing macro ALIGN_POINTER() defined in Base.h?

See my reply to the cover letter where I say I want to replace the usage with Gerd's definitions/updates series (but wanted general feedback now on the series).

Thanks,
Tom


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#101093): https://edk2.groups.io/g/devel/message/101093
Mute This Topic: https://groups.io/mt/97524218/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to