Skip to content

Commit 17afb87

Browse files
kostadinshmgorny
authored andcommitted
arm: add sve2
Signed-off-by: Kostadin Shishmanov <kostadinshishmanov@protonmail.com> Closes: #30 Signed-off-by: Michał Górny <mgorny@gentoo.org>
1 parent 89a2ed5 commit 17afb87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/arm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ struct flag_info flags[] = {
131131
{ "sm4", CHECK_AARCH64_HWCAP, (1 << 19) },
132132
{ "asimddp", CHECK_AARCH64_HWCAP, (1 << 20) },
133133
{ "sve", CHECK_AARCH64_HWCAP, (1 << 22) },
134+
{ "sve2", CHECK_AARCH64_HWCAP2, (1 << 1) },
134135
{ "i8mm", CHECK_AARCH64_HWCAP2, (1 << 13) },
135136

136137
/* subarches */

0 commit comments

Comments
 (0)