public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/110786] New: bpf: make use of the V4 byte swap instructions
@ 2023-07-24  0:59 jemarch at gcc dot gnu.org
  2023-07-24  1:17 ` [Bug target/110786] " jemarch at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jemarch at gcc dot gnu.org @ 2023-07-24  0:59 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 110786
           Summary: bpf: make use of the V4 byte swap instructions
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jemarch at gcc dot gnu.org
  Target Milestone: ---

The BPF V4 ISA introduces support for byte-swap instructions: bswap16, bswap32
and bswap64.  GCC shall be adapted to use these instructions for the builtins:

  __builtin_bswap{16,32,64}

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

end of thread, other threads:[~2023-07-24  9:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-24  0:59 [Bug target/110786] New: bpf: make use of the V4 byte swap instructions jemarch at gcc dot gnu.org
2023-07-24  1:17 ` [Bug target/110786] " jemarch at gcc dot gnu.org
2023-07-24  9:02 ` cvs-commit at gcc dot gnu.org
2023-07-24  9:04 ` jemarch 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).