Skip to content

Commit

Permalink
arm: add sve2
Browse files Browse the repository at this point in the history
Signed-off-by: Kostadin Shishmanov <kostadinshishmanov@protonmail.com>
Closes: #30
Signed-off-by: Michał Górny <mgorny@gentoo.org>
  • Loading branch information
kostadinsh authored and mgorny committed Feb 9, 2025
1 parent 89a2ed5 commit 17afb87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arm.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ struct flag_info flags[] = {
{ "sm4", CHECK_AARCH64_HWCAP, (1 << 19) },
{ "asimddp", CHECK_AARCH64_HWCAP, (1 << 20) },
{ "sve", CHECK_AARCH64_HWCAP, (1 << 22) },
{ "sve2", CHECK_AARCH64_HWCAP2, (1 << 1) },
{ "i8mm", CHECK_AARCH64_HWCAP2, (1 << 13) },

/* subarches */
Expand Down

0 comments on commit 17afb87

Please sign in to comment.