On Wed May 14 15:59:42 2025 +0000, Paul Gofman wrote:
Ah, great, thanks. You probably don't want to add #define ALIGN for one time use. I'd suggest to use a variable for (initially) unaligned result instead and just align without macros (also using it like ~(ULONG_PTR)7));
Thanks for the support, I resolved the macro and pushed a new version.