mirror of git://sourceware.org/git/glibc.git
Fix typo in comment
This commit is contained in:
parent
87b5a759f4
commit
dbb2880e61
sysdeps
|
@ -50,7 +50,7 @@ TUNABLE_CALLBACK (set_hwcaps) (tunable_val_t *valp)
|
|||
GLIBC_TUNABLES=glibc.cpu.hwcaps=-xxx,yyy,-zzz,....
|
||||
|
||||
can be used to enable CPU/ARCH feature yyy, disable CPU/ARCH feature
|
||||
yyy and zzz, where the feature name is case-sensitive and has to
|
||||
xxx and zzz, where the feature name is case-sensitive and has to
|
||||
match the ones in cpu-features.h. It can be used by glibc developers
|
||||
to tune for a new processor or override the IFUNC selection to
|
||||
improve performance for a particular workload.
|
||||
|
|
|
@ -96,7 +96,7 @@ TUNABLE_CALLBACK (set_hwcaps) (tunable_val_t *valp)
|
|||
GLIBC_TUNABLES=glibc.cpu.hwcaps=-xxx,yyy,-zzz,....
|
||||
|
||||
can be used to enable CPU/ARCH feature yyy, disable CPU/ARCH feature
|
||||
yyy and zzz, where the feature name is case-sensitive and has to
|
||||
xxx and zzz, where the feature name is case-sensitive and has to
|
||||
match the ones in cpu-features.h. It can be used by glibc developers
|
||||
to tune for a new processor or override the IFUNC selection to
|
||||
improve performance for a particular workload.
|
||||
|
|
Loading…
Reference in New Issue