Openembedded Core Discussions
 help / color / mirror / Atom feed
* Adding TARGET_VECTOR
@ 2011-08-25 14:35 Kumar Gala
  2011-09-02 14:32 ` Kumar Gala
  2011-09-30 17:31 ` Khem Raj
  0 siblings, 2 replies; 6+ messages in thread
From: Kumar Gala @ 2011-08-25 14:35 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

We have some packages like flac that are aware of vectorization that may or may not exist on a given processor.  I was wondering if adding something like TARGET_VECTOR similar to TARGET_FPU made sense as a way for recipes to decide on how to set various vectorization flags if needed.

I was looking at this mostly from the PPC side in which we have:

TARGET_VECTOR = "" /* processor has no vector hw */
TARGET_VECTOR = "altivec" /* processor has AltiVec support */
TARGET_VECTOR = "spe" /* processor has signal processing engine support */
TARGET_VECTOR = "vsx" /* processor has Vector-Scalar Extension */

Not sure what makes sense for x86, ARM, or MIPS.

- k


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

end of thread, other threads:[~2011-09-30 20:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-25 14:35 Adding TARGET_VECTOR Kumar Gala
2011-09-02 14:32 ` Kumar Gala
2011-09-30 17:31 ` Khem Raj
2011-09-30 17:49   ` McClintock Matthew-B29882
2011-09-30 20:05     ` Khem Raj
2011-09-30 20:08       ` McClintock Matthew-B29882

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