[Bug c++/51033] New: Partial vector extension support
marc.glisse at normalesup dot org
gcc-bugzilla@gcc.gnu.org
Tue Nov 8 16:39:00 GMT 2011
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: unassigned@gcc.gnu.org
ReportedBy: marc.glisse@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)
More information about the Gcc-bugs
mailing list