aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86/include/cpu-features.h
diff options
context:
space:
mode:
authorFeifei Wang <wangfeifei@hygon.cn>2024-08-19 14:57:53 +0800
committerH.J. Lu <hjl.tools@gmail.com>2024-08-26 10:01:58 -0700
commit6b08116b2deab23c0f4c9688ff4aa6ca4483889c (patch)
treec9afca6e6578a896fc1aeb7c80ed79cb542586fd /sysdeps/x86/include/cpu-features.h
parent34e52acd55d69964d14fb3188c5538442b8b32be (diff)
downloadglibc-6b08116b2deab23c0f4c9688ff4aa6ca4483889c.zip
glibc-6b08116b2deab23c0f4c9688ff4aa6ca4483889c.tar.gz
glibc-6b08116b2deab23c0f4c9688ff4aa6ca4483889c.tar.bz2
x86: Add new architecture type for Hygon processors
Add a new architecture type arch_kind_hygon to spilt Hygon branch from AMD. This is to facilitate the Hygon processors to make settings that are suitable for its own characteristics. Signed-off-by: Feifei Wang <wangfeifei@hygon.cn> Reviewed-by: Jing Li <lijing@hygon.cn> Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'sysdeps/x86/include/cpu-features.h')
-rw-r--r--sysdeps/x86/include/cpu-features.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86/include/cpu-features.h b/sysdeps/x86/include/cpu-features.h
index aaae44f..b8e790c 100644
--- a/sysdeps/x86/include/cpu-features.h
+++ b/sysdeps/x86/include/cpu-features.h
@@ -881,6 +881,7 @@ enum cpu_features_kind
arch_kind_intel,
arch_kind_amd,
arch_kind_zhaoxin,
+ arch_kind_hygon,
arch_kind_other
};