mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Fix typo in glibc.tune.cpu name
This commit is contained in:
@@ -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>
|
2017-06-30 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
|
||||||
|
|
||||||
* include/math.h (__signbitf128): Define as hidden.
|
* include/math.h (__signbitf128): Define as hidden.
|
||||||
|
@@ -53,7 +53,7 @@ init_cpu_features (struct cpu_features *cpu_features)
|
|||||||
|
|
||||||
#if HAVE_TUNABLES
|
#if HAVE_TUNABLES
|
||||||
/* Get the tunable override. */
|
/* 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)
|
if (mcpu != NULL)
|
||||||
midr = get_midr_from_mcpu (mcpu);
|
midr = get_midr_from_mcpu (mcpu);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user