[Bug c/106043] New: Power10: lacking vec_blendv builtins

jens.seifert at de dot ibm.com gcc-bugzilla@gcc.gnu.org
Tue Jun 21 08:49:59 GMT 2022


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

            Bug ID: 106043
           Summary: Power10: lacking vec_blendv builtins
           Product: gcc
           Version: 11.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jens.seifert at de dot ibm.com
  Target Milestone: ---

Missing builtins for vector instructions xxblendvb, xxblendvw, xxblendvd,
xxblendvd.


#include <altivec.h>

vector int blendv(vector int a, vector int b, vector int c)
{
    return vec_blendv(a, b, c);
}


More information about the Gcc-bugs mailing list