[v1.05][ARM] Properly implement SVE detection

This commit is contained in:
Dr-Noob
2024-08-01 15:38:48 +01:00
parent 5798d51d4e
commit 26af5ff83e
7 changed files with 46 additions and 80 deletions

View File

@@ -11,7 +11,6 @@ char* get_str_features(struct cpuInfo* cpu);
void print_debug(struct cpuInfo* cpu);
void free_topo_struct(struct topology* topo);
void SVE_exp(struct cpuInfo* cpu);
// Code taken from cpuinfo (https://github.com/pytorch/cpuinfo/blob/master/src/arm/midr.h)
#define CPUINFO_ARM_MIDR_IMPLEMENTER_MASK UINT32_C(0xFF000000)