[v1.05][ARM] Add SVE test for #259

This commit is contained in:
Dr-Noob
2024-07-31 09:14:13 +01:00
parent fa89ef79f7
commit 5798d51d4e
4 changed files with 78 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ 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)