mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
powerpc: Add hwcap2 bits for POWER9.
Added hwcap2 bit masks for Power ISA 3.0 and VSX IEEE binary float 128-bit features.
This commit is contained in:
committed by
Tulio Magno Quites Machado Filho
parent
48025aa9ed
commit
d2de9ef7ad
@@ -66,3 +66,6 @@
|
||||
instruction. */
|
||||
#define PPC_FEATURE2_HTM_NOSC 0x01000000 /* Kernel aborts transaction
|
||||
when a syscall is made. */
|
||||
#define PPC_FEATURE2_ARCH_3_00 0x00800000 /* ISA 3.0 */
|
||||
#define PPC_FEATURE2_HAS_IEEE128 0x00400000 /* VSX IEEE Binary Float
|
||||
128-bit */
|
||||
|
Reference in New Issue
Block a user