mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Fix misspellings -- BZ 25337
This commit is contained in:
parent
2d88df5411
commit
4290aed051
2 changed files with 2 additions and 2 deletions
|
@ -579,7 +579,7 @@ intel_get_fam6_microarch (unsigned int model,
|
|||
else
|
||||
-> Skylake-avx512
|
||||
|
||||
These are all microarchitecturally indentical, so use
|
||||
These are all microarchitecturally identical, so use
|
||||
Skylake-avx512 for all of them.
|
||||
*/
|
||||
return INTEL_BIGCORE_SKYLAKE_AVX512;
|
||||
|
|
|
@ -745,7 +745,7 @@ dl_init_cacheinfo (struct cpu_features *cpu_features)
|
|||
|
||||
/* The default setting for the non_temporal threshold is [1/8, 1/2] of size
|
||||
of the chip's cache (depending on `cachesize_non_temporal_divisor` which
|
||||
is microarch specific. The defeault is 1/4). For most Intel and AMD
|
||||
is microarch specific. The default is 1/4). For most Intel and AMD
|
||||
processors with an initial release date between 2017 and 2023, a thread's
|
||||
typical share of the cache is from 18-64MB. Using a reasonable size
|
||||
fraction of L3 is meant to estimate the point where non-temporal stores
|
||||
|
|
Loading…
Add table
Reference in a new issue