mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Add Arm HWCAP values from Linux 6.2 to bits/hwcap.h
Linux 6.2 adds six new Arm HWCAP values and two new HWCAP2 values; add them to glibc's Arm bits/hwcap.h, with corresponding dl-procinfo.c and dl-procinfo.h updates. Tested with build-many-glibcs.py for arm-linux-gnueabi.
This commit is contained in:
@@ -43,3 +43,9 @@
|
||||
#define HWCAP_ARM_VFPD32 524288
|
||||
#define HWCAP_ARM_LPAE 1048576
|
||||
#define HWCAP_ARM_EVTSTRM 2097152
|
||||
#define HWCAP_FPHP 4194304
|
||||
#define HWCAP_ASIMDHP 8388608
|
||||
#define HWCAP_ASIMDDP 16777216
|
||||
#define HWCAP_ASIMDFHM 33554432
|
||||
#define HWCAP_ASIMDBF16 67108864
|
||||
#define HWCAP_I8MM 134217728
|
||||
|
||||
Reference in New Issue
Block a user