public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/96340] New: Extend AArch64 "omp declare simd" support to general simdlen
@ 2020-07-27 16:45 rsandifo at gcc dot gnu.org
  2023-12-12  7:17 ` [Bug target/96340] " pinskia at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2020-07-27 16:45 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 96340
           Summary: Extend AArch64 "omp declare simd" support to general
                    simdlen
           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: ---

aarch64_simd_clone_compute_vecsize_and_simdlen currently requires
the simdlen to give a natural Advanced SIMD type.  However, the ABI
handles any power of 2, including smaller-than-64-bit lengths and
larger-than-128-bit lengths.  See:

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

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

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

* [Bug target/96340] Extend AArch64 "omp declare simd" support to general simdlen
  2020-07-27 16:45 [Bug target/96340] New: Extend AArch64 "omp declare simd" support to general simdlen rsandifo at gcc dot gnu.org
@ 2023-12-12  7:17 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-12-12  7:17 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
was this also fixed by r14-6416-gf5fc001a84a7db ?

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-27 16:45 [Bug target/96340] New: Extend AArch64 "omp declare simd" support to general simdlen rsandifo at gcc dot gnu.org
2023-12-12  7:17 ` [Bug target/96340] " 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).