https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106516

Kewen Lin <linkw at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |linkw at gcc dot gnu.org
             Status|NEW                         |ASSIGNED

--- Comment #5 from Kewen Lin <linkw at gcc dot gnu.org> ---
Created attachment 53492
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53492&action=edit
Adjust pr104992.c with vect_int_mod

> So it sounds like we want a generic target supports test that is true on
> targets (like power10) with a vector mod and key off that.  Any ideas how we
> can do that?

Add one effective target vect_int_mod for it, one quick grepping for i386 and
aarch64 shows they don't have such support.

Reply via email to