I3VFBA: Implementation of Blas hotspot function in Intrinsics

This commit is contained in:
kuenking111 2021-06-12 12:36:48 +08:00
parent 70f5d90491
commit 6f9be5d775
2 changed files with 1645 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -918,7 +918,7 @@ Provides: java-%{javaver}-%{origin}-accessibility%{?1} = %{epoch}:%{version}-%{r
Name: java-%{javaver}-%{origin}
Version: %{javaver}.%{updatever}.%{buildver}
Release: 11
Release: 12
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons
# and this change was brought into RHEL-4. java-1.5.0-ibm packages
# also included the epoch in their virtual provides. This created a
@ -1107,6 +1107,7 @@ Patch193: improve_algorithmConstraints_checkAlgorithm_performance.patch
Patch194: modify_the_default_iteration_time_and_forks_in_the_JMH_of_KAEProvider.patch
Patch195: support_CMS_parallel_inspection.patch
Patch196: g1gc-numa-aware-Implementation.patch
Patch197: implementation_of_Blas_hotspot_function_in_Intrinsics.patch
#############################################
#
@ -1562,6 +1563,7 @@ pushd %{top_level_dir_name}
%patch194 -p1
%patch195 -p1
%patch196 -p1
%patch197 -p1
popd
# System library fixes
@ -2178,7 +2180,10 @@ require "copy_jdk_configs.lua"
%endif
%changelog
* Sat Jun 12 2021 hu_bo_dao <hubodao@huawei.com> - 1:1.8.0.292-b10.11
* Sat Jun 12 2021 kuenking111 <wangkun49@huawei.com> - 1:1.8.0.292-b10.12
- add implementation_of_Blas_hotspot_function_in_Intrinsics.patch
* Sat Jun 12 2021 kuenking111 <wangkun49@huawei.com> - 1:1.8.0.292-b10.11
- add g1gc-numa-aware-Implementation.patch
* Wed Jun 10 2021 hu_bo_dao <hubodao@huawei.com> - 1:1.8.0.292-b10.10