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

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


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


Reply via email to