From be03587a3446cb269226e566fc22daa4bb68c784 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Mon, 22 Jul 2019 16:41:45 +0200 Subject: [PATCH] cpu_map: Introduce ARM CPU features The only feature we care about for the moment is SVE, which can be controlled both with a coarse granularity by turning it on/off completely and with a finer granularity by enabling/disabling individual vector lengths. Signed-off-by: Andrea Bolognani Tested-by: Andrew Jones Reviewed-by: Michal Privoznik --- src/cpu_map/arm_features.xml | 22 ++++++++++++++++++++++ src/cpu_map/index.xml | 4 ++++ 2 files changed, 26 insertions(+) create mode 100644 src/cpu_map/arm_features.xml diff --git a/src/cpu_map/arm_features.xml b/src/cpu_map/arm_features.xml new file mode 100644 index 0000000000..8a53384463 --- /dev/null +++ b/src/cpu_map/arm_features.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/cpu_map/index.xml b/src/cpu_map/index.xml index 3c6885f60c..ed45083dca 100644 --- a/src/cpu_map/index.xml +++ b/src/cpu_map/index.xml @@ -75,4 +75,8 @@ + + + + -- 2.47.2