[Bug c++/88602] New: Consider adding ext_vector_type for better clang compatibility
hubicka at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Dec 26 16:55:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88602
Bug ID: 88602
Summary: Consider adding ext_vector_type for better clang
compatibility
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: hubicka at gcc dot gnu.org
Target Milestone: ---
Clang has attribute ext_vector_type which is like vector_size but it accepts
number of lanes. This is used by some vector code and while it can be replaced
by multiplication by sizeof (elt_type) it may be good idea to add it.
More information about the Gcc-bugs
mailing list