projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da9f2b2
)
aarch64: add HWCAP_ flags from linux v4.17
author
Szabolcs Nagy
<nsz@port70.net>
Sat, 9 Jun 2018 22:51:08 +0000
(22:51 +0000)
committer
Rich Felker
<dalias@aerifal.cx>
Tue, 19 Jun 2018 17:27:17 +0000
(13:27 -0400)
hwcaps for armv8.4, new in linux commit
7206dc93a58fb76421c4411eefa3c003337bcb2d
arch/aarch64/bits/hwcap.h
patch
|
blob
|
history
diff --git
a/arch/aarch64/bits/hwcap.h
b/arch/aarch64/bits/hwcap.h
index 6fa64e8ce799a833be8076fce4a0f5509b9b6044..8541e3292284cb621c15493e1c8f70878db8e45f 100644
(file)
--- a/
arch/aarch64/bits/hwcap.h
+++ b/
arch/aarch64/bits/hwcap.h
@@
-22,3
+22,7
@@
#define HWCAP_SHA512 (1 << 21)
#define HWCAP_SVE (1 << 22)
#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)