[PATCH] Add Zhaoxin x86 processor support
DylanFan-oc
DylanFan-oc at zhaoxin.com
Tue Apr 6 01:57:51 UTC 2021
Hi ,
These patches add the code to recognize three Zhaoxin processors(zxc, kx5000, kx6000).
The CPU Vendor ID "Shanghai" and "CentaurHauls" belongs to Zhaoxin and this part of
the code is maintained and upgraded by Zhaoxin now.
Please review and merge.
acinclude.m4 | 2 +-
config.guess | 20 ++-
config.sub | 2 +-
configure.ac | 21 +++-
mpn/x86/fat/fat.c | 36 +++++-
mpn/x86_64/fat/fat.c | 51 +++++++-
mpn/x86_64/kx5000/gmp-mparam.h | 172 +++++++++++++++++++++++++++++
mpn/x86_64/kx6000/gmp-mparam.h | 161 +++++++++++++++++++++++++++
mpn/x86_64/zxc/gmp-mparam.h | 239 +++++++++++++++++++++++++++++++++++++++++
9 files changed, 688 insertions(+), 16 deletions(-)
Thanks,
Dylan
More information about the gmp-devel
mailing list