https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116881
Bug ID: 116881 Summary: Add __builtin_elementwise_* Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- clang added a few __builtin_elementwise_* and __builtin_reduction_* and GCC could implement some (but not all of these). These are useful for generic vectors and should be lowered if the target does NOT support them.