mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 15:00:06 +00:00
Fix typo in glibc.tune.cpu name
This commit is contained in:
parent
8466ee1cb7
commit
47ea614b9a
@ -1,3 +1,8 @@
|
||||
2017-07-01 Ramana Radhakrishnan <ramana.gcc@googlemail.com>
|
||||
|
||||
* sysdeps/unix/sysv/aarch64/cpu-features.c (init_cpu_features):
|
||||
Fix typo.
|
||||
|
||||
2017-06-30 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
|
||||
|
||||
* include/math.h (__signbitf128): Define as hidden.
|
||||
|
@ -53,7 +53,7 @@ init_cpu_features (struct cpu_features *cpu_features)
|
||||
|
||||
#if HAVE_TUNABLES
|
||||
/* Get the tunable override. */
|
||||
const char *mcpu = TUNABLE_GET (glibc, tune, mcpu, const char *, NULL);
|
||||
const char *mcpu = TUNABLE_GET (glibc, tune, cpu, const char *, NULL);
|
||||
if (mcpu != NULL)
|
||||
midr = get_midr_from_mcpu (mcpu);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user