!190 I3VFBA: Implementation of Blas hotspot function in Intrinsics
From: @kuenking111 Reviewed-by: @jvmboy Signed-off-by: @jvmboy
This commit is contained in:
commit
a37d7ff121
1638
implementation_of_Blas_hotspot_function_in_Intrinsics.patch
Executable file
1638
implementation_of_Blas_hotspot_function_in_Intrinsics.patch
Executable file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user