]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Add padding to deflate_struct until can be cleaned up along cachelines
authorNathan Moinvaziri <nathan@nathanm.com>
Mon, 8 Dec 2025 03:54:41 +0000 (19:54 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 9 Dec 2025 14:23:33 +0000 (15:23 +0100)
deflate.h

index fb6f7cd1ea228dfbf3c67f7bc13d60587240c7de..d1ac8a4ffd87a1fa02aa75307b6d69396a704386 100644 (file)
--- a/deflate.h
+++ b/deflate.h
@@ -155,6 +155,7 @@ struct ALIGNED_(64) internal_state {
                 /* used by deflate.c: */
 
     unsigned int  w_size;            /* LZ77 window size (32K by default) */
+    unsigned int  padding3[2];
     unsigned int  lookahead;         /* number of valid bytes ahead in window */
 
     unsigned int high_water;