public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug d/96869] New: __vectors unsupported in hardware should be rejected at compile-time
@ 2020-08-31 15:16 ibuclaw at gdcproject dot org
  2020-08-31 15:20 ` [Bug d/96869] " pinskia at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ibuclaw at gdcproject dot org @ 2020-08-31 15:16 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 96869
           Summary: __vectors unsupported in hardware should be rejected
                    at compile-time
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: ibuclaw at gdcproject dot org
  Target Milestone: ---

It should also be possible to use __traits(compiles) in order to determine
whether a vector is supported or not.

Currently, pretty much any __vector is permissible.  The desired result would
be to only use targetm.vector_mode_supported_p as gate for whether to accept
the use of a vector type or not.

Splitting up the simd.d test file into more granular tests should be done with
this as well.

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

end of thread, other threads:[~2020-09-02 21:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-31 15:16 [Bug d/96869] New: __vectors unsupported in hardware should be rejected at compile-time ibuclaw at gdcproject dot org
2020-08-31 15:20 ` [Bug d/96869] " pinskia at gcc dot gnu.org
2020-08-31 20:23 ` ibuclaw at gdcproject dot org
2020-09-02 21:01 ` cvs-commit at gcc dot gnu.org
2020-09-02 21:02 ` ibuclaw at gdcproject dot 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).