summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-03-04 19:29:17 +0100
committerMichał Górny <mgorny@gentoo.org>2017-03-23 20:23:17 +0100
commit50bf28380d3baadd866b2e463a4a2a312a55bda9 (patch)
tree42cbd0acddff315d9703def1c744b405242d6015 /profiles/desc/cpu_flags_arm.desc
parentprofiles/arch: Mask clang runtimes on unsupported arches, #613666 (diff)
downloadgentoo-50bf28380d3baadd866b2e463a4a2a312a55bda9.tar.gz
gentoo-50bf28380d3baadd866b2e463a4a2a312a55bda9.tar.bz2
gentoo-50bf28380d3baadd866b2e463a4a2a312a55bda9.zip
profiles/desc: Initial values for CPU_FLAGS_ARM
Diffstat (limited to 'profiles/desc/cpu_flags_arm.desc')
-rw-r--r--profiles/desc/cpu_flags_arm.desc21
1 files changed, 21 insertions, 0 deletions
diff --git a/profiles/desc/cpu_flags_arm.desc b/profiles/desc/cpu_flags_arm.desc
new file mode 100644
index 000000000000..cddc9f29c8cb
--- /dev/null
+++ b/profiles/desc/cpu_flags_arm.desc
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+
+aes - Use the AES cryptography instruction set
+crc32 - Use the CRC32 instruction set
+edsp - Use the enhanced DSP instructions (ARMv*E and ARMv6+)
+iwmmxt - Use the iwMMXt 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
+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
+v5 - Use instructions added in ARMv5
+v6 - Use instructions added in ARMv6
+v7 - Use instructions added in ARMv7
+v8 - Use instructions added in ARMv8
+vfp - Use the VFP version 2 instruction set
+vfpv3 - Use the VFP version 3 instruction set
+vfpv4 - Use the VFP version 4 instruction set
+vfp-d32 - Indicate that the FPU has 32 64-bit VFP (v3+) registers (16 otherwise)