|
@@ -22,3 +22,7 @@
|
|
#define HWCAP_SHA512 (1 << 21)
|
|
#define HWCAP_SHA512 (1 << 21)
|
|
#define HWCAP_SVE (1 << 22)
|
|
#define HWCAP_SVE (1 << 22)
|
|
#define HWCAP_ASIMDFHM (1 << 23)
|
|
#define HWCAP_ASIMDFHM (1 << 23)
|
|
|
|
+#define HWCAP_DIT (1 << 24)
|
|
|
|
+#define HWCAP_USCAT (1 << 25)
|
|
|
|
+#define HWCAP_ILRCPC (1 << 26)
|
|
|
|
+#define HWCAP_FLAGM (1 << 27)
|