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

             Bug #: 51033
           Summary: Partial vector extension support
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: marc.gli...@normalesup.org


Hello,

gcc's vector extension, primarily developed for C, is only partially available
in C++. It is missing the very useful subscript operator and __builtin_shuffle
(and possibly other things). It would be great if C++ could catch up.

(then I don't know if there is any plan to map some libstdc++ types to those,
probably hard for ABI reasons)

Reply via email to