Skip to content

v1.0.7

Compare
Choose a tag to compare
@eustas eustas released this 23 Oct 11:13
· 230 commits to master since this release
d6d9895
  • cross compilation support:
    • added ability to run cross-compiled ARM tests in qemu
    • added arm-linux-gnueabihf-gcc entry to Travis build matrix
  • faster decoding on ARM:
    • implemented prefetching HuffmanCode entry as uint32_t if target platform is ARM
    • fixed NEON extension detection
    • combed Huffman table building code for better readability
  • 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