mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
aarch64: add HWCAP_ASIMDFHM from linux v4.16
armv8.4 fp mul instructions. added in commit 3b3b681097fae73b7f5dcdd42db6cfdf32943d4c
This commit is contained in:
parent
0f7aa600f7
commit
a697a1c9a5
1 changed files with 1 additions and 0 deletions
|
@ -21,3 +21,4 @@
|
|||
#define HWCAP_ASIMDDP (1 << 20)
|
||||
#define HWCAP_SHA512 (1 << 21)
|
||||
#define HWCAP_SVE (1 << 22)
|
||||
#define HWCAP_ASIMDFHM (1 << 23)
|
||||
|
|
Loading…
Add table
Reference in a new issue