Optimized CRC32 for POWER 8+ architectures.

This commit is contained in:
Ondrej Dubaj 2019-08-01 12:18:36 +02:00
parent fabbdc87f0
commit fca6f29cc9
2 changed files with 2262 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -19,6 +19,8 @@ Patch5: 0002-Porting-optimized-longest_match.patch
Patch6: 0003-arm64-specific-build-patch.patch
# IBM Z optimalizations
Patch7: zlib-1.2.11-IBM-Z-hw-accelrated-deflate-s390x.patch
# IBM CRC32 optimalization for POWER archs
Patch8: zlib-1.2.11-optimized-CRC32-framework.patch
BuildRequires: automake, autoconf, libtool
@ -82,6 +84,7 @@ developing applications which use minizip.
%patch6 -p1 -b .optimize-aarch64
%endif
%patch7 -p1
%patch8 -p1
iconv -f iso-8859-2 -t utf-8 < ChangeLog > ChangeLog.tmp
@ -163,6 +166,7 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
%changelog
* Thu Aug 01 2019 Ondrej Dubaj <odubaj@redhat.com> - 1.2.11-17
- IBM Z hardware-accelerated deflate for s390x architectures
- IBM CRC32 optimalization for POWER 8+ architectures
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.11-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild