aarch64: add HWCAP2_ macros from linux v5.3
[musl] / arch / aarch64 / bits / hwcap.h
index a748402..cb44291 100644 (file)
@@ -38,3 +38,5 @@
 #define HWCAP2_SVEBITPERM      (1 << 4)
 #define HWCAP2_SVESHA3         (1 << 5)
 #define HWCAP2_SVESM4          (1 << 6)
+#define HWCAP2_FLAGM2          (1 << 7)
+#define HWCAP2_FRINT           (1 << 8)