aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/bits/hwcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/powerpc/bits/hwcap.h')
-rw-r--r--sysdeps/powerpc/bits/hwcap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/powerpc/bits/hwcap.h b/sysdeps/powerpc/bits/hwcap.h
index 4a5a7bc..e8f3fde 100644
--- a/sysdeps/powerpc/bits/hwcap.h
+++ b/sysdeps/powerpc/bits/hwcap.h
@@ -74,3 +74,5 @@
#define PPC_FEATURE2_SCV 0x00100000 /* scv syscall. */
#define PPC_FEATURE2_HTM_NO_SUSPEND 0x00080000 /* TM without suspended
state. */
+#define PPC_FEATURE2_ARCH_3_1 0x00040000 /* ISA 3.1. */
+#define PPC_FEATURE2_MMA 0x00020000 /* Matrix-Multiply Assist. */