about summary refs log tree commit diff
path: root/sysdeps/aarch64/cpu-features.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/aarch64/cpu-features.h')
-rw-r--r--sysdeps/aarch64/cpu-features.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/aarch64/cpu-features.h b/sysdeps/aarch64/cpu-features.h
index 77a782422a..5f2da91ebb 100644
--- a/sysdeps/aarch64/cpu-features.h
+++ b/sysdeps/aarch64/cpu-features.h
@@ -71,6 +71,7 @@ struct cpu_features
   /* Currently, the GLIBC memory tagging tunable only defines 8 bits.  */
   uint8_t mte_state;
   bool sve;
+  bool prefer_sve_ifuncs;
   bool mops;
 };