public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/106043] New: Power10: lacking vec_blendv builtins
@ 2022-06-21  8:49 jens.seifert at de dot ibm.com
  2022-07-13 21:57 ` [Bug target/106043] " jens.seifert at de dot ibm.com
  2022-07-13 22:08 ` jens.seifert at de dot ibm.com
  0 siblings, 2 replies; 3+ messages in thread
From: jens.seifert at de dot ibm.com @ 2022-06-21  8:49 UTC (permalink / raw)
  To: gcc-bugs

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);
}

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-13 22:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21  8:49 [Bug c/106043] New: Power10: lacking vec_blendv builtins jens.seifert at de dot ibm.com
2022-07-13 21:57 ` [Bug target/106043] " jens.seifert at de dot ibm.com
2022-07-13 22:08 ` jens.seifert at de dot ibm.com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).