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:
4c81122
)
aarch64: add new HWCAP_* flags from linux v4.12
author
Szabolcs Nagy
<nsz@port70.net>
Sat, 9 Sep 2017 09:13:27 +0000
(09:13 +0000)
committer
Rich Felker
<dalias@aerifal.cx>
Sun, 5 Nov 2017 23:41:16 +0000
(18:41 -0500)
hwcap bits for armv8.3 extensions, added in linux commits
c8c3798d2369e4285da44b244638eafe446a8f8a
cb567e79fa504575cb97fb2f866d2040ed1c92e7
c651aae5a7732287c1c9bc974ece4ed798780544
arch/aarch64/bits/hwcap.h
patch
|
blob
|
history
diff --git
a/arch/aarch64/bits/hwcap.h
b/arch/aarch64/bits/hwcap.h
index 26c1454553a4e4da675c77a2d56cdc9cb0331a5c..11396d318fc50ac6bdb593afef3d34a8586cdee8 100644
(file)
--- a/
arch/aarch64/bits/hwcap.h
+++ b/
arch/aarch64/bits/hwcap.h
@@
-11,3
+11,6
@@
#define HWCAP_ASIMDHP (1 << 10)
#define HWCAP_CPUID (1 << 11)
#define HWCAP_ASIMDRDM (1 << 12)
+#define HWCAP_JSCVT (1 << 13)
+#define HWCAP_FCMA (1 << 14)
+#define HWCAP_LRCPC (1 << 15)