From 9c9ec58197d1e18db6f7b39f7dc08b0f5f61df4e Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Fri, 8 Sep 2017 11:02:09 -0700 Subject: Add thunderx2t99 and thunderx2t99p1 CPU names to tunables list * manual/tunables.texi (glibc.tune.cpu): Add thunderx2t99 and thunderx2t99p1 to list of cpu names. * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list): Add thunderx2t99 and thunderx2t99p1 entries to cpu_list. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8ee6a05..7fce510 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2017-09-08 Steve Ellcey + * manual/tunables.texi (glibc.tune.cpu): Add thunderx2t99 and + thunderx2t99p1 to list of cpu names. + * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list): + Add thunderx2t99 and thunderx2t99p1 entries to cpu_list. + +2017-09-08 Steve Ellcey + * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (get_midr_from_mcpu): Use strcmp instead of tunable_is_name. -- cgit v1.1