diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-29 18:54:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-02 17:44:02 +0100 |
commit | 5312f4f222ef54ecf173b4d48b55dc992b94596d (patch) | |
tree | 84ed621355bf9a348c61f0559b1664c16d9b455e /profiles/desc | |
parent | dev-qt/qtmultimedia: keyword 6.6.1-r1 for ~loong (diff) | |
download | gentoo-5312f4f222ef54ecf173b4d48b55dc992b94596d.tar.gz gentoo-5312f4f222ef54ecf173b4d48b55dc992b94596d.tar.bz2 gentoo-5312f4f222ef54ecf173b4d48b55dc992b94596d.zip |
profiles/desc: Add cpu_flags_arm_sm4
Closes: https://bugs.gentoo.org/915624
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/cpu_flags_arm.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/desc/cpu_flags_arm.desc b/profiles/desc/cpu_flags_arm.desc index da1b4ffd3496..9f3e60f72fd4 100644 --- a/profiles/desc/cpu_flags_arm.desc +++ b/profiles/desc/cpu_flags_arm.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 aes - Use the AES cryptography instruction set @@ -9,6 +9,7 @@ iwmmxt2 - Use the iwMMXt2 instruction set 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 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 |