]> wimlib.net Git - wimlib/blobdiff - include/wimlib/decompress.h
make_huffman_decode_table(): Add SSE2 entry filling (with aliasing handled correctly)
[wimlib] / include / wimlib / decompress.h
index 0b8e11b6ba48021b285a0bb979b4d41c66072aa9..059e182056aa274f73a01e2e2d48b462f9fdc1ae 100644 (file)
@@ -242,4 +242,6 @@ make_huffman_decode_table(u16 decode_table[], unsigned num_syms,
                          unsigned num_bits, const u8 lengths[],
                          unsigned max_codeword_len);
 
+#define DECODE_TABLE_ALIGNMENT 16
+
 #endif /* _WIMLIB_DECOMPRESS_H */