diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-29 18:57:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-02 17:44:04 +0100 |
commit | e683061e288961a1ea865247a265b61af5780ece (patch) | |
tree | e80b067f6bfa677d2c767dfa95902bd3dd96a3a2 /profiles/desc | |
parent | profiles/desc: Add cpu_flags_arm_asimddp (diff) | |
download | gentoo-e683061e288961a1ea865247a265b61af5780ece.tar.gz gentoo-e683061e288961a1ea865247a265b61af5780ece.tar.bz2 gentoo-e683061e288961a1ea865247a265b61af5780ece.zip |
profiles/desc: Add cpu_flags_arm_i8mm
Closes: https://bugs.gentoo.org/917278
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/cpu_flags_arm.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/desc/cpu_flags_arm.desc b/profiles/desc/cpu_flags_arm.desc index 74626d687761..2fe7fd904f81 100644 --- a/profiles/desc/cpu_flags_arm.desc +++ b/profiles/desc/cpu_flags_arm.desc @@ -5,6 +5,7 @@ aes - Use the AES cryptography instruction set asimddp - Use the Advanced SIMD dot product instructions crc32 - Use the CRC32 instruction set edsp - Use the enhanced DSP instructions (ARMv*E and ARMv6+) +i8mm - Use the AArch64 Int8 matrix multiplication instructions iwmmxt - Use the iwMMXt instruction set iwmmxt2 - Use the iwMMXt2 instruction set neon - Use the NEON (ASIMD) instruction set |