Feifei Wang1994 8dee2397c0 x86: backport x86 optimization patches
Backport 3 x86 optimization patches.

The first one 'Reversing calculation of __x86_shared_non_temporal_threshold'
patch reverse calculation of __x86_shared_non_temporal_threshold from
3/4 of the entire shared cache size of a multi-threaded system to
3/4 of one thread's share of the cache size, and then improve the memcpy
performance.

The second patch 'Optimizing memcpy for AMD Zen architecture' recomputing
the shareable cache as 'L3 per CCX(Core-Complex)' and improve performance
for amd.

The third patch 'Add Hygon Dhyana support' fix Hygon Dhyana processor CPU
Vendor ID detection problem in glibc sysdep module.
2024-09-04 06:01:47 +00:00
2023-09-26 23:46:25 +08:00
2019-09-30 10:40:45 -04:00
2019-09-30 10:40:45 -04:00
2019-12-25 15:46:41 +08:00
2019-12-14 14:32:18 +08:00
2020-07-06 09:15:53 +08:00
2019-09-30 10:40:45 -04:00
2019-09-30 10:40:45 -04:00
2019-09-30 10:40:45 -04:00
Description
No description provided
51 MiB
Languages
C 81.5%
Shell 10.5%
Makefile 8%