9 lines · plain
1// On platforms that have not implemented this yet, we provide an implementation2// that does not claim support for any features by leaving3// __aarch64_cpu_features.features initialized to 0.4 5void __init_cpu_features_resolver(unsigned long hwcap,6 const __ifunc_arg_t *arg) {}7 8void __init_cpu_features(void) {}9