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

* [Bug target/106043] Power10: lacking vec_blendv builtins
  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 ` jens.seifert at de dot ibm.com
  2022-07-13 22:08 ` jens.seifert at de dot ibm.com
  1 sibling, 0 replies; 3+ messages in thread
From: jens.seifert at de dot ibm.com @ 2022-07-13 21:57 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jens Seifert <jens.seifert at de dot ibm.com> ---
Found in documentation:

https://gcc.gnu.org/onlinedocs/gcc-11.3.0/gcc/PowerPC-AltiVec-Built-in-Functions-Available-on-ISA-3_002e1.html#PowerPC-AltiVec-Built-in-Functions-Available-on-ISA-3_002e1

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

* [Bug target/106043] Power10: lacking vec_blendv builtins
  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
  1 sibling, 0 replies; 3+ messages in thread
From: jens.seifert at de dot ibm.com @ 2022-07-13 22:08 UTC (permalink / raw)
  To: gcc-bugs

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

Jens Seifert <jens.seifert at de dot ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Jens Seifert <jens.seifert at de dot ibm.com> ---
Also found in altivec.h

^ 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).