public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 1/4] profiles/desc: Add cpu_flags_arm_sm4
@ 2023-12-30 16:21 Michał Górny
  2023-12-30 16:21 ` [gentoo-dev] [PATCH 2/4] profiles/desc: Add cpu_flags_arm_asimddp Michał Górny
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michał Górny @ 2023-12-30 16:21 UTC (permalink / raw)
  To: gentoo-dev; +Cc: Michał Górny

Closes: https://bugs.gentoo.org/915624
Signed-off-by: Michał Górny <mgorny@gentoo.org>
---
 profiles/desc/cpu_flags_arm.desc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-dev] [PATCH 2/4] profiles/desc: Add cpu_flags_arm_asimddp
  2023-12-30 16:21 [gentoo-dev] [PATCH 1/4] profiles/desc: Add cpu_flags_arm_sm4 Michał Górny
@ 2023-12-30 16:21 ` Michał Górny
  2023-12-30 16:21 ` [gentoo-dev] [PATCH 3/4] profiles/desc: Add cpu_flags_arm_i8mm Michał Górny
  2023-12-30 16:21 ` [gentoo-dev] [PATCH 4/4] profiles/desc: Add cpu_flags_arm_sve Michał Górny
  2 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2023-12-30 16:21 UTC (permalink / raw)
  To: gentoo-dev; +Cc: Michał Górny

Closes: https://bugs.gentoo.org/917277
Signed-off-by: Michał Górny <mgorny@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 9f3e60f72fd4..74626d687761 100644
--- a/profiles/desc/cpu_flags_arm.desc
+++ b/profiles/desc/cpu_flags_arm.desc
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 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+)
 iwmmxt - Use the iwMMXt instruction set
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-dev] [PATCH 3/4] profiles/desc: Add cpu_flags_arm_i8mm
  2023-12-30 16:21 [gentoo-dev] [PATCH 1/4] profiles/desc: Add cpu_flags_arm_sm4 Michał Górny
  2023-12-30 16:21 ` [gentoo-dev] [PATCH 2/4] profiles/desc: Add cpu_flags_arm_asimddp Michał Górny
@ 2023-12-30 16:21 ` Michał Górny
  2023-12-30 16:21 ` [gentoo-dev] [PATCH 4/4] profiles/desc: Add cpu_flags_arm_sve Michał Górny
  2 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2023-12-30 16:21 UTC (permalink / raw)
  To: gentoo-dev; +Cc: Michał Górny

Closes: https://bugs.gentoo.org/917278
Signed-off-by: Michał Górny <mgorny@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 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
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-dev] [PATCH 4/4] profiles/desc: Add cpu_flags_arm_sve
  2023-12-30 16:21 [gentoo-dev] [PATCH 1/4] profiles/desc: Add cpu_flags_arm_sm4 Michał Górny
  2023-12-30 16:21 ` [gentoo-dev] [PATCH 2/4] profiles/desc: Add cpu_flags_arm_asimddp Michał Górny
  2023-12-30 16:21 ` [gentoo-dev] [PATCH 3/4] profiles/desc: Add cpu_flags_arm_i8mm Michał Górny
@ 2023-12-30 16:21 ` Michał Górny
  2 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2023-12-30 16:21 UTC (permalink / raw)
  To: gentoo-dev; +Cc: Michał Górny

Closes: https://bugs.gentoo.org/920474
Signed-off-by: Michał Górny <mgorny@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
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-12-30 16:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-30 16:21 [gentoo-dev] [PATCH 1/4] profiles/desc: Add cpu_flags_arm_sm4 Michał Górny
2023-12-30 16:21 ` [gentoo-dev] [PATCH 2/4] profiles/desc: Add cpu_flags_arm_asimddp Michał Górny
2023-12-30 16:21 ` [gentoo-dev] [PATCH 3/4] profiles/desc: Add cpu_flags_arm_i8mm Michał Górny
2023-12-30 16:21 ` [gentoo-dev] [PATCH 4/4] profiles/desc: Add cpu_flags_arm_sve Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox