public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/100693] New: PPC: missing 64-bit addg6s
@ 2021-05-20  7:27 jens.seifert at de dot ibm.com
  2021-05-20 20:58 ` [Bug target/100693] " segher at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jens.seifert at de dot ibm.com @ 2021-05-20  7:27 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 100693
           Summary: PPC: missing 64-bit addg6s
           Product: gcc
           Version: 8.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jens.seifert at de dot ibm.com
  Target Milestone: ---

gcc only provides

unsigned int __builtin_addg6s (unsigned int, unsigned int);

but addg6s is a 64-bit operation. I require

unsigned long long __builtin_addg6s (unsigned long long, unsigned long long);
.

I for now use inline assembly.

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

end of thread, other threads:[~2022-03-04 22:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20  7:27 [Bug target/100693] New: PPC: missing 64-bit addg6s jens.seifert at de dot ibm.com
2021-05-20 20:58 ` [Bug target/100693] " segher at gcc dot gnu.org
2021-05-20 20:58 ` segher at gcc dot gnu.org
2022-03-04 22:05 ` willschm at gcc dot gnu.org

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