mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] architecture.in: Add AltiVec tuning.
@ 2022-12-01  8:42 Christian Melki
  2022-12-05 12:53 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2022-12-01  8:42 UTC (permalink / raw)
  To: ptxdist

Even if it looks like PPC is a dying breed,
add an altivec knob for PPC AltiVec/VMX/Velocity engine
tuning. Altivec is present in more modern designs.
Afaiu, Most designs that are >=  Power ISA v.2.03
According to Wikipedia:

Motorola/Freescale
    MPC7400
    MPC7410
    MPC7450
    MPC7445/7455
    MPC7447/7447A/7457
    MPC7448
    MPC8641/8641D
    MPC8640/8640D
    MPC8610
    T2081/T2080
    T4080/T4160/T4240
    B4420/B4860

IBM
    PowerPC 970
    PowerPC 970FX
    PowerPC 970MP
    Xenon
    Cell B.E.
    PowerXCell 8i
    POWER6/POWER6+
    POWER7/POWER7+
    POWER8
    POWER9
    Power10

P.A. Semi
    PA6T

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 platforms/architecture.in | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/platforms/architecture.in b/platforms/architecture.in
index 10df8deb2..06ed36dde 100644
--- a/platforms/architecture.in
+++ b/platforms/architecture.in
@@ -269,6 +269,18 @@ config ARCH_ARMV7_NEON
 	bool
 	default ARCH_ARM_NEON if ARCH_ARM
 
+#
+# PPC vector instructions
+#
+config ARCH_PPC_ALTIVEC
+	bool
+	prompt "AltiVec/VMX/Velocity Engine"
+	depends on ARCH_PPC
+	help
+	  This enables optimizations corresponding to single precision
+	  floating point and integer SIMD instructions on PPC processors.
+	  This is present on more modern CPUs.
+
 #
 # hardware / software floating point
 #
-- 
2.34.1




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

end of thread, other threads:[~2022-12-05 12:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-01  8:42 [ptxdist] [PATCH v2] architecture.in: Add AltiVec tuning Christian Melki
2022-12-05 12:53 ` [ptxdist] [APPLIED] " Michael Olbrich

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