Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Build clrcompression.dll with optimized Zlib-Intel #5674

Merged
merged 1 commit into from Jan 30, 2016
Merged

Build clrcompression.dll with optimized Zlib-Intel #5674

merged 1 commit into from Jan 30, 2016

Commits on Jan 27, 2016

  1. Build clrcompression.dll with optimized Zlib-Intel

    On x86/x64 platforms, use Zlib-Intel for native compression instead of
    Zlib-Adler. Performance tests show a +30% improvement when compressing
    files by using SSE4.2 features.
    
    ARM platforms still use Zlib-Adler for clrcompression.dll
    
    Fix #3986
    bjjones committed Jan 27, 2016
    Copy the full SHA
    fd2070e View commit details
    Browse the repository at this point in the history