reverted CRC32 optimalization for POWER 8+ architectures

This commit is contained in:
Ondrej Dubaj 2019-08-15 09:15:37 +02:00
parent fca6f29cc9
commit 55d2f82c6c
2 changed files with 4 additions and 2262 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
Name: zlib Name: zlib
Version: 1.2.11 Version: 1.2.11
Release: 17%{?dist} Release: 18%{?dist}
Summary: The compression and decompression library Summary: The compression and decompression library
# /contrib/dotzlib/ have Boost license # /contrib/dotzlib/ have Boost license
License: zlib and Boost License: zlib and Boost
@ -19,8 +19,6 @@ Patch5: 0002-Porting-optimized-longest_match.patch
Patch6: 0003-arm64-specific-build-patch.patch Patch6: 0003-arm64-specific-build-patch.patch
# IBM Z optimalizations # IBM Z optimalizations
Patch7: zlib-1.2.11-IBM-Z-hw-accelrated-deflate-s390x.patch 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 BuildRequires: automake, autoconf, libtool
@ -84,7 +82,6 @@ developing applications which use minizip.
%patch6 -p1 -b .optimize-aarch64 %patch6 -p1 -b .optimize-aarch64
%endif %endif
%patch7 -p1 %patch7 -p1
%patch8 -p1
iconv -f iso-8859-2 -t utf-8 < ChangeLog > ChangeLog.tmp iconv -f iso-8859-2 -t utf-8 < ChangeLog > ChangeLog.tmp
@ -164,6 +161,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
%changelog %changelog
* Thu Aug 15 2019 Ondrej Dubaj <odubaj@redhat.com> - 1.2.11-18
- IBM CRC32 optimalization for POWER 8+ architectures revert
* Thu Aug 01 2019 Ondrej Dubaj <odubaj@redhat.com> - 1.2.11-17 * Thu Aug 01 2019 Ondrej Dubaj <odubaj@redhat.com> - 1.2.11-17
- IBM Z hardware-accelerated deflate for s390x architectures - IBM Z hardware-accelerated deflate for s390x architectures
- IBM CRC32 optimalization for POWER 8+ architectures - IBM CRC32 optimalization for POWER 8+ architectures