diff options
| author | Feng Xue <fxue@os.amperecomputing.com> | 2018-08-01 03:42:44 -0400 |
|---|---|---|
| committer | Feng Xue <fxue@os.amperecomputing.com> | 2019-02-01 07:59:18 -0500 |
| commit | 07c3d1ec03ee3633918afb59213cd1bac2ab276e (patch) | |
| tree | 8652dd6bb415be5a1b00e953b97613e37c86876c /ChangeLog | |
| parent | 114f792eaea2505cd8aee02d330aad37238da6a5 (diff) | |
| download | glibc-07c3d1ec03ee3633918afb59213cd1bac2ab276e.tar.xz glibc-07c3d1ec03ee3633918afb59213cd1bac2ab276e.zip | |
aarch64: Add AmpereComputing emag to tunable cpu list
Emag is a 64-bit CPU core released by AmpereComputing.
Add its name to cpu list, and corresponding macro as utilities for
later IFUNC dispatch.
* manual/tunables.texi (Tunable glibc.cpu.name): Add emag.
* sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
Add emag.
* sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_EMAG):
New macro.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2019-02-01 Feng Xue <fxue@os.amperecomputing.com> + + * manual/tunables.texi (Tunable glibc.cpu.name): Add emag. + * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list): + Add emag. + * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_EMAG): + New macro. + 2019-02-01 Stefan Liebler <stli@linux.ibm.com> * posix/tst-spawn do_test(): Move waitpid before posix_spawn. |
