commit: 9715ada9623e750f019492d7ce0df443966aa23e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Dec 29 17:58:16 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jan 2 16:44:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9715ada9
profiles/desc: Add cpu_flags_arm_sve Closes: https://bugs.gentoo.org/920474 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34542 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/desc/cpu_flags_arm.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/desc/cpu_flags_arm.desc b/profiles/desc/cpu_flags_arm.desc index 2fe7fd904f81..029f3aa89aae 100644 --- a/profiles/desc/cpu_flags_arm.desc +++ b/profiles/desc/cpu_flags_arm.desc @@ -12,6 +12,7 @@ neon - Use the NEON (ASIMD) instruction set sha1 - Use the SHA-1 cryptography instruction set sha2 - Use the SHA-2 cryptography instruction set sm4 - Use the SM4 cryptography instruction set +sve - Use the Scalable Vector Extension instruction set thumb - Enable Thumb instruction set (ARMv*T and ARMv6+) thumb2 - Enable Thumb-2 instruction set (ARMv*T2 and ARMv7+) v4 - Use instructions added in ARMv4
