git://wimlib.net
/
wimlib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make_huffman_decode_table(): Add SSE2 entry filling (with aliasing handled correctly)
[wimlib]
/
include
/
wimlib
/
decompress.h
diff --git
a/include/wimlib/decompress.h
b/include/wimlib/decompress.h
index 0b8e11b6ba48021b285a0bb979b4d41c66072aa9..059e182056aa274f73a01e2e2d48b462f9fdc1ae 100644
(file)
--- a/
include/wimlib/decompress.h
+++ b/
include/wimlib/decompress.h
@@
-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 */