public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/96341] New: Support mixed element widths for AArch64 "omp declare simd" functions
@ 2020-07-27 16:48 rsandifo at gcc dot gnu.org
  2023-11-24  2:10 ` [Bug target/96341] " pinskia at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2020-07-27 16:48 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 96341
           Summary: Support mixed element widths for AArch64 "omp declare
                    simd" functions
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rsandifo at gcc dot gnu.org
  Target Milestone: ---
            Target: aarch64*-*-*

aarch64_simd_clone_compute_vecsize_and_simdlen currently rejects
functions that operate on a mixture of element sizes.  However,
the ABI has rules to handle those cases too.  See:

https://github.com/ARM-software/abi-aa/tree/master/vfabia64

for the full specification.  We should remove the current
restriction and handle mixed sizes in accordance with the
ABI rules.

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

end of thread, other threads:[~2023-12-12  7:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-27 16:48 [Bug target/96341] New: Support mixed element widths for AArch64 "omp declare simd" functions rsandifo at gcc dot gnu.org
2023-11-24  2:10 ` [Bug target/96341] " pinskia at gcc dot gnu.org
2023-11-29 21:46 ` pinskia at gcc dot gnu.org
2023-12-12  7:16 ` pinskia 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).