1 Commits

Author SHA1 Message Date
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