Skip to content

Commit

Permalink
arm: Add sve
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Dec 29, 2023
1 parent 8f0f44b commit a9e3910
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 @@ -130,6 +130,7 @@ struct flag_info flags[] = {
{ "crc32", CHECK_AARCH64_HWCAP, (1 << 7) },
{ "sm4", CHECK_AARCH64_HWCAP, (1 << 19) },
{ "asimddp", CHECK_AARCH64_HWCAP, (1 << 20) },
{ "sve", CHECK_AARCH64_HWCAP, (1 << 22) },
{ "i8mm", CHECK_AARCH64_HWCAP2, (1 << 13) },

/* subarches */
Expand Down

0 comments on commit a9e3910

Please sign in to comment.