- cross compilation support:
- added ability to run cross-compiled ARM tests in
qemu
- added
arm-linux-gnueabihf-gcc
entry to Travis build matrix
- added ability to run cross-compiled ARM tests in
- faster decoding on ARM:
- implemented prefetching
HuffmanCode
entry asuint32_t
if target platform is ARM - fixed
NEON
extension detection - combed Huffman table building code for better readability
- implemented prefetching
- improved precision of window size calculation in CLI
- minor fixes:
- fixed typos
- improved internal comments / parameter names
- fixed
BROTLI_PREDICT_TRUE
/_FALSE
detection for SunPro compiler - unburdened JNI (Bazel) builds from fetching the full JDK