unimplemented.inc 347 B

12345678
  1. // On platforms that have not implemented this yet, we provide an implementation
  2. // that does not claim support for any features by leaving
  3. // __aarch64_cpu_features.features initialized to 0.
  4. void __init_cpu_features_resolver(unsigned long hwcap,
  5. const __ifunc_arg_t *arg) {}
  6. void __init_cpu_features(void) {}