public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* opaque vector types?
@ 2009-05-06  6:04 DJ Delorie
  2009-05-06  6:11 ` Andrew Pinski
  2009-06-10 13:00 ` Paul Brook
  0 siblings, 2 replies; 6+ messages in thread
From: DJ Delorie @ 2009-05-06  6:04 UTC (permalink / raw)
  To: gcc


Is there an opaque vector type?  Something that can be assigned
to/from other vector types of the same size, without warning?

I'm working on a coprocessor which has separate SIMD arithmetic
operations for each data size, but only one SIMD logical operation for
all sizes.  I.e. there's four ADD insns (V8QI, V4HI, etc) , but only
one AND insn.  I'd like to use an opaque vector type for the AND
builtin, to avoid warnings.

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

end of thread, other threads:[~2009-06-10 13:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-06  6:04 opaque vector types? DJ Delorie
2009-05-06  6:11 ` Andrew Pinski
2009-05-06  6:29   ` DJ Delorie
2009-05-06  9:08     ` Paolo Bonzini
2009-05-08 21:05     ` Michael Meissner
2009-06-10 13:00 ` Paul Brook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).