mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
PowerPC: sync hwcap.h capabilities
Linux commit dd58a092c4202f2bd490adab7285b3ff77f8e467 added the PPC_FEATURE2_VEC_CRYPTO auvx capability to indicate whether to hardware supports vector crypto hardware instructions. This patch adds its definition to powerpc hwcap bits.
This commit is contained in:
parent
cc7d044752
commit
db22400947
@ -1,3 +1,8 @@
|
||||
2014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
|
||||
|
||||
* sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
|
||||
macro: hardware supports Vector Crypto instructions.
|
||||
|
||||
2014-06-23 Will Newton <will.newton@linaro.org>
|
||||
|
||||
* elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
|
||||
|
@ -62,3 +62,5 @@
|
||||
#define PPC_FEATURE2_HAS_EBB 0x10000000 /* Event Base Branching */
|
||||
#define PPC_FEATURE2_HAS_ISEL 0x08000000 /* Integer Select */
|
||||
#define PPC_FEATURE2_HAS_TAR 0x04000000 /* Target Address Register */
|
||||
#define PPC_FEATURE2_HAS_VEC_CRYPTO 0x02000000 /* Target supports vector
|
||||
instruction. */
|
||||
|
Loading…
Reference in New Issue
Block a user