Optimized CRC32 for POWER 8+ architectures.
This commit is contained in:
parent
fabbdc87f0
commit
fca6f29cc9
2258
zlib-1.2.11-optimized-CRC32-framework.patch
Normal file
2258
zlib-1.2.11-optimized-CRC32-framework.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -19,6 +19,8 @@ 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
|
||||||
|
|
||||||
@ -82,6 +84,7 @@ 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
|
||||||
@ -163,6 +166,7 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|||||||
%changelog
|
%changelog
|
||||||
* 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
|
||||||
|
|
||||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.11-16
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.11-16
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user