This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/31945] New: missing type vector conversions patterns on spu


Since the following patch:

2007-04-22  Uros Bizjak  <ubizjak@gmail.com>

        PR tree-optimization/24659

GCC supports vectorization of float<-->double conversions. These can also be
modelled for the spu target by implementing the following patterns:
vec_pack_trunc_v2df
vec_unpacks_lo_v4sf
vec_unpacks_hi_v4sf

(also see PR24659)


-- 
           Summary: missing type vector conversions patterns on spu
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dorit at il dot ibm dot com
 GCC build triplet: spu
  GCC host triplet: spu
GCC target triplet: spu


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]