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:
0f7aa60
)
aarch64: add HWCAP_ASIMDFHM from linux v4.16
author
Szabolcs Nagy
<nsz@port70.net>
Sat, 28 Apr 2018 16:29:55 +0000
(16:29 +0000)
committer
Rich Felker
<dalias@aerifal.cx>
Tue, 19 Jun 2018 17:25:44 +0000
(13:25 -0400)
armv8.4 fp mul instructions.
added in commit
3b3b681097fae73b7f5dcdd42db6cfdf32943d4c
arch/aarch64/bits/hwcap.h
patch
|
blob
|
history
diff --git
a/arch/aarch64/bits/hwcap.h
b/arch/aarch64/bits/hwcap.h
index 1727a387869267da9a98f2b8f7b22120afc03c92..6fa64e8ce799a833be8076fce4a0f5509b9b6044 100644
(file)
--- a/
arch/aarch64/bits/hwcap.h
+++ b/
arch/aarch64/bits/hwcap.h
@@
-21,3
+21,4
@@
#define HWCAP_ASIMDDP (1 << 20)
#define HWCAP_SHA512 (1 << 21)
#define HWCAP_SVE (1 << 22)
+#define HWCAP_ASIMDFHM (1 << 23)