public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/52607] New: v4df __builtin_shuffle with {0,2,1,3} or {1,3,0,2}
@ 2012-03-17  1:06 marc.glisse at normalesup dot org
  2012-03-17  4:58 ` [Bug target/52607] " marc.glisse at normalesup dot org
                   ` (29 more replies)
  0 siblings, 30 replies; 31+ messages in thread
From: marc.glisse at normalesup dot org @ 2012-03-17  1:06 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52607

             Bug #: 52607
           Summary: v4df __builtin_shuffle with {0,2,1,3} or {1,3,0,2}
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: marc.glisse@normalesup.org


Hello,

this is really just a follow-up to PR52568. The permutations {0,2,1,3} and
{1,3,0,2} can be realized with a very similar technique.

Starting from 0123:
vpermilpd+vperm2f128->3210
vblendpd(0123,3210)->0213

or:
vpermilpd->1032
vperm2f128->2301
vblendpd(1032,2301)->1302

I am not sure if there is a nice way to generalize this or if the function
expand_vec_perm_vperm2f128_vblend should be cloned a few times and slightly
modified.

(these permutations are less important to me than 1230 was)


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

end of thread, other threads:[~2012-05-14 20:20 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-17  1:06 [Bug target/52607] New: v4df __builtin_shuffle with {0,2,1,3} or {1,3,0,2} marc.glisse at normalesup dot org
2012-03-17  4:58 ` [Bug target/52607] " marc.glisse at normalesup dot org
2012-03-17 19:55 ` marc.glisse at normalesup dot org
2012-03-17 20:11 ` marc.glisse at normalesup dot org
2012-03-17 22:17 ` marc.glisse at normalesup dot org
2012-03-18 14:51 ` marc.glisse at normalesup dot org
2012-03-18 20:13 ` marc.glisse at normalesup dot org
2012-03-19 11:16 ` jakub at gcc dot gnu.org
2012-03-19 17:19 ` jakub at gcc dot gnu.org
2012-03-19 19:00 ` marc.glisse at normalesup dot org
2012-03-19 19:29 ` jakub at gcc dot gnu.org
2012-03-19 20:09 ` rth at gcc dot gnu.org
2012-03-20  9:26 ` jakub at gcc dot gnu.org
2012-03-20 16:27 ` jakub at gcc dot gnu.org
2012-03-20 16:56 ` jakub at gcc dot gnu.org
2012-03-20 19:05 ` marc.glisse at normalesup dot org
2012-03-20 19:09 ` marc.glisse at normalesup dot org
2012-03-20 22:03 ` marc.glisse at normalesup dot org
2012-03-25 14:09 ` marc.glisse at normalesup dot org
2012-03-27 16:59 ` jakub at gcc dot gnu.org
2012-03-27 17:25 ` jakub at gcc dot gnu.org
2012-03-27 18:23 ` marc.glisse at normalesup dot org
2012-03-27 21:21 ` marc.glisse at normalesup dot org
2012-03-29 13:41 ` rth at gcc dot gnu.org
2012-03-29 14:20 ` marc.glisse at normalesup dot org
2012-03-31  9:49 ` marc.glisse at normalesup dot org
2012-03-31 14:12 ` marc.glisse at normalesup dot org
2012-04-09 16:51 ` marc.glisse at normalesup dot org
2012-04-11 16:49 ` marc.glisse at normalesup dot org
2012-04-11 20:35 ` marc.glisse at normalesup dot org
2012-05-14 21:29 ` glisse at gcc dot gnu.org

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).